@@ -27,7 +27,7 @@ |
||
27 | 27 | protected $getters = array(); |
28 | 28 | |
29 | 29 | /** |
30 | - * @param $name |
|
30 | + * @param string $name |
|
31 | 31 | */ |
32 | 32 | protected function createGetter($name) { |
33 | 33 | $this->getters[] = array( |
@@ -75,7 +75,6 @@ discard block |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |
78 | - * @param bool|false $printer |
|
79 | 78 | * |
80 | 79 | * @return array |
81 | 80 | */ |
@@ -141,7 +140,7 @@ discard block |
||
141 | 140 | } |
142 | 141 | |
143 | 142 | /** |
144 | - * @param $property |
|
143 | + * @param \ReflectionProperty $property |
|
145 | 144 | */ |
146 | 145 | protected function setProperty($property) { |
147 | 146 | $this->property = $property; |