@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @param $name |
|
94 | + * @param string $name |
|
95 | 95 | * @return \ReflectionProperty |
96 | 96 | */ |
97 | 97 | protected function ormProperty($name) |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @param Select[] $selects |
|
122 | + * @param Select $selects |
|
123 | 123 | * @return ORM |
124 | 124 | */ |
125 | 125 | protected function compileSelect(Select ...$selects) |