@@ -197,8 +197,8 @@ discard block |
||
| 197 | 197 | /** |
| 198 | 198 | * Transform array like syntax to dot syntax |
| 199 | 199 | * |
| 200 | - * @param $key |
|
| 201 | - * @return mixed |
|
| 200 | + * @param string $key |
|
| 201 | + * @return string |
|
| 202 | 202 | */ |
| 203 | 203 | protected function transformKey($key) |
| 204 | 204 | { |
@@ -309,7 +309,7 @@ discard block |
||
| 309 | 309 | /** |
| 310 | 310 | * Get single option from options array. Can be used with dot notation ('attr.class') |
| 311 | 311 | * |
| 312 | - * @param $option |
|
| 312 | + * @param string $option |
|
| 313 | 313 | * @param mixed $default |
| 314 | 314 | * |
| 315 | 315 | * @return mixed |
@@ -589,7 +589,7 @@ discard block |
||
| 589 | 589 | /** |
| 590 | 590 | * Get this field's attributes, probably just one. |
| 591 | 591 | * |
| 592 | - * @return array |
|
| 592 | + * @return string[] |
|
| 593 | 593 | */ |
| 594 | 594 | public function getAllAttributes() |
| 595 | 595 | { |