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 6838e7c + 9fde87c commit 490fe1cCopy full SHA for 490fe1c
Form.php
@@ -329,6 +329,8 @@ public function offsetGet(mixed $name)
329
* @param string $name The field name
330
* @param string|array $value The value of the field
331
*
332
+ * @return void
333
+ *
334
* @throws \InvalidArgumentException if the field does not exist
335
*/
336
public function offsetSet(mixed $name, mixed $value)
@@ -340,6 +342,8 @@ public function offsetSet(mixed $name, mixed $value)
340
342
* Removes a field from the form.
341
343
344
345
346
347
348
public function offsetUnset(mixed $name)
349
{
0 commit comments