Skip to content

Commit c983279

Browse files
Merge branch '4.4' into 5.2
* 4.4: [4.4] Add missing `@return` annotations Handle lock with long key
2 parents 628cded + 86aa075 commit c983279

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
@@ -340,6 +340,8 @@ public function offsetGet($name)
340340
* @param string $name The field name
341341
* @param string|array $value The value of the field
342342
*
343+
* @return void
344+
*
343345
* @throws \InvalidArgumentException if the field does not exist
344346
*/
345347
public function offsetSet($name, $value)
@@ -351,6 +353,8 @@ public function offsetSet($name, $value)
351353
* Removes a field from the form.
352354
*
353355
* @param string $name The field name
356+
*
357+
* @return void
354358
*/
355359
public function offsetUnset($name)
356360
{

0 commit comments

Comments
 (0)