Completed
Pull Request — master (#607)
by Tortue
01:28
created
src/Former/Form/Fields/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
src/Former/Form/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -351,9 +351,9 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
src/Former/Form/Group.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -442,7 +442,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
src/Former/FormerServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Former/Framework/Nude.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
src/Former/LiveValidation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
src/Former/Framework/ZurbFoundation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
src/Former/Framework/ZurbFoundation4.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
src/Former/Framework/ZurbFoundation5.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.