Skip to content

Commit 542faf1

Browse files
713uk13m713uk13m
authored andcommitted
Update
1 parent d7e4124 commit 542faf1

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

src/BackgroundRequest.php

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,38 +23,17 @@
2323
*/
2424
class 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
/**

0 commit comments

Comments
 (0)