@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * Reflect |
68 | 68 | * |
69 | - * @param null $object |
|
69 | + * @param Entity $object |
|
70 | 70 | * |
71 | 71 | * @return array |
72 | 72 | */ |
@@ -184,8 +184,8 @@ discard block |
||
184 | 184 | /** |
185 | 185 | * Get a property from the current Entity |
186 | 186 | * |
187 | - * @param mixed $property |
|
188 | - * @param mixed $default |
|
187 | + * @param string $property |
|
188 | + * @param string $default |
|
189 | 189 | * |
190 | 190 | * @return mixed |
191 | 191 | */ |