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.
@return
1 parent 15174d8 commit 86aa075Copy full SHA for 86aa075
Form.php
@@ -346,6 +346,8 @@ public function offsetGet($name)
346
* @param string $name The field name
347
* @param string|array $value The value of the field
348
*
349
+ * @return void
350
+ *
351
* @throws \InvalidArgumentException if the field does not exist
352
*/
353
public function offsetSet($name, $value)
@@ -357,6 +359,8 @@ public function offsetSet($name, $value)
357
359
* Removes a field from the form.
358
360
361
362
363
364
365
public function offsetUnset($name)
366
{
0 commit comments