Skip to content

Commit 2dd8890

Browse files
Merge branch '5.2' into 5.3
* 5.2: [5.2] Add missing `@return` annotations [4.4] Add missing `@return` annotations Handle lock with long key #42227 update phpdoc to recommend createIndex over ensureIndex
2 parents 316ad33 + c983279 commit 2dd8890

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)