@@ -170,7 +170,7 @@ |
||
| 170 | 170 | * Set the select options |
| 171 | 171 | * |
| 172 | 172 | * @param array $_options The options as an array |
| 173 | - * @param mixed $selected Facultative selected entry |
|
| 173 | + * @param null|string $selected Facultative selected entry |
|
| 174 | 174 | * @param boolean $valuesAsKeys Whether the array's values should be used as |
| 175 | 175 | * the option's values instead of the array's keys |
| 176 | 176 | */ |
@@ -351,9 +351,9 @@ |
||
| 351 | 351 | } |
| 352 | 352 | |
| 353 | 353 | /** |
| 354 | - * @param $name |
|
| 354 | + * @param string $name |
|
| 355 | 355 | * @param $params |
| 356 | - * @param $type |
|
| 356 | + * @param string $type |
|
| 357 | 357 | * |
| 358 | 358 | * @return $this |
| 359 | 359 | */ |
@@ -442,7 +442,7 @@ |
||
| 442 | 442 | /** |
| 443 | 443 | * Format the field with prepended/appended elements |
| 444 | 444 | * |
| 445 | - * @param Field $field The field to format |
|
| 445 | + * @param \Former\Traits\Field $field The field to format |
|
| 446 | 446 | * |
| 447 | 447 | * @return string Field plus supplementary elements |
| 448 | 448 | */ |
@@ -156,7 +156,7 @@ |
||
| 156 | 156 | /** |
| 157 | 157 | * Get all of the configuration files for the application. |
| 158 | 158 | * |
| 159 | - * @param $app |
|
| 159 | + * @param Container $app |
|
| 160 | 160 | * @return array |
| 161 | 161 | */ |
| 162 | 162 | protected function getConfigurationFiles($app) |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | * |
| 127 | 127 | * @param Field $field |
| 128 | 128 | * |
| 129 | - * @return Element |
|
| 129 | + * @return Input |
|
| 130 | 130 | */ |
| 131 | 131 | public function createPlainTextField(Field $field) |
| 132 | 132 | { |
@@ -267,7 +267,7 @@ |
||
| 267 | 267 | /** |
| 268 | 268 | * Transform extensions and mime groups into a list of mime types |
| 269 | 269 | * |
| 270 | - * @param array $mimes An array of mimes |
|
| 270 | + * @param string[] $mimes An array of mimes |
|
| 271 | 271 | * |
| 272 | 272 | * @return string A concatenated list of mimes |
| 273 | 273 | */ |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | * |
| 127 | 127 | * @param Field $field |
| 128 | 128 | * |
| 129 | - * @return Element |
|
| 129 | + * @return Input |
|
| 130 | 130 | */ |
| 131 | 131 | public function createPlainTextField(Field $field) |
| 132 | 132 | { |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | * |
| 127 | 127 | * @param Field $field |
| 128 | 128 | * |
| 129 | - * @return Element |
|
| 129 | + * @return Input |
|
| 130 | 130 | */ |
| 131 | 131 | public function createPlainTextField(Field $field) |
| 132 | 132 | { |
@@ -126,7 +126,7 @@ |
||
| 126 | 126 | * |
| 127 | 127 | * @param Field $field |
| 128 | 128 | * |
| 129 | - * @return Element |
|
| 129 | + * @return Input |
|
| 130 | 130 | */ |
| 131 | 131 | public function createPlainTextField(Field $field) |
| 132 | 132 | { |