We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628cded + 86aa075 commit c983279Copy full SHA for c983279
Form.php
@@ -340,6 +340,8 @@ public function offsetGet($name)
340
* @param string $name The field name
341
* @param string|array $value The value of the field
342
*
343
+ * @return void
344
+ *
345
* @throws \InvalidArgumentException if the field does not exist
346
*/
347
public function offsetSet($name, $value)
@@ -351,6 +353,8 @@ public function offsetSet($name, $value)
351
353
* Removes a field from the form.
352
354
355
356
357
358
359
public function offsetUnset($name)
360
{
0 commit comments