@@ -31,6 +31,10 @@ |
||
31 | 31 | */ |
32 | 32 | private $isPassedByReference; |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $name |
|
36 | + * @param string $typeHint |
|
37 | + */ |
|
34 | 38 | public function __construct( |
35 | 39 | $name, |
36 | 40 | $typeHint = null, |