File tree Expand file tree Collapse file tree 1 file changed +6
-27
lines changed Expand file tree Collapse file tree 1 file changed +6
-27
lines changed Original file line number Diff line number Diff line change 2323 */
2424class BackgroundRequest implements ProjectInterface, BackgroundRequestInterface
2525{
26- /**
27- * @var object \nguyenanhung\MyDebug\Benchmark
28- */
26+ /** @var object \nguyenanhung\MyDebug\Benchmark */
2927 private $ benchmark ;
30- /**
31- * @var object \nguyenanhung\MyDebug\Debug Call to class
32- */
28+ /** @var object \nguyenanhung\MyDebug\Debug Call to class */
3329 private $ debug ;
34- /**
35- * Set Debug Status
36- *
37- * @var bool
38- */
30+ /** @var bool Set Debug Status */
3931 public $ debugStatus = FALSE ;
40-
41- /**
42- * @var null Set level Debug: DEBUG, INFO, ERROR ....
43- */
32+ /** @var null|string Set level Debug: DEBUG, INFO, ERROR .... */
4433 public $ debugLevel = NULL ;
45-
46- /**
47- * Set Logger Path to Save
48- *
49- * @var null|string
50- */
34+ /** @var null|string Set Logger Path to Save */
5135 public $ debugLoggerPath = NULL ;
52-
53- /**
54- * Set Logger Filename to Save
55- *
56- * @var string
57- */
36+ /** @var null|string Set Logger Filename to Save */
5837 public $ debugLoggerFilename ;
5938
6039 /**
You can’t perform that action at this time.
0 commit comments