@@ -22,6 +22,9 @@ |
||
22 | 22 | */ |
23 | 23 | private $debug; |
24 | 24 | |
25 | + /** |
|
26 | + * @param boolean $debug |
|
27 | + */ |
|
25 | 28 | public function __construct($debug) |
26 | 29 | { |
27 | 30 | $this->debug = $debug; |