Skip to content

Commit 86aa075

Browse files
[4.4] Add missing @return annotations
1 parent 15174d8 commit 86aa075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Form.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ public function offsetGet($name)
346346
* @param string $name The field name
347347
* @param string|array $value The value of the field
348348
*
349+
* @return void
350+
*
349351
* @throws \InvalidArgumentException if the field does not exist
350352
*/
351353
public function offsetSet($name, $value)
@@ -357,6 +359,8 @@ public function offsetSet($name, $value)
357359
* Removes a field from the form.
358360
*
359361
* @param string $name The field name
362+
*
363+
* @return void
360364
*/
361365
public function offsetUnset($name)
362366
{

0 commit comments

Comments
 (0)