@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | /** |
99 | 99 | * Gets the field names exluding the given ones. |
100 | 100 | * |
101 | - * @param array $exclude |
|
101 | + * @param string[] $exclude |
|
102 | 102 | * the field names to exclude |
103 | 103 | * |
104 | 104 | * @return array |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | /** |
401 | 401 | * Gets the read only field names like the id or the created_at. |
402 | 402 | * |
403 | - * @return array |
|
403 | + * @return string[] |
|
404 | 404 | * the read only field names |
405 | 405 | */ |
406 | 406 | public function getReadOnlyFields() { |