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