Skip to content

Commit 490fe1c

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Cache] Add missing return type [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 6838e7c + 9fde87c commit 490fe1c

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
@@ -329,6 +329,8 @@ public function offsetGet(mixed $name)
329329
* @param string $name The field name
330330
* @param string|array $value The value of the field
331331
*
332+
* @return void
333+
*
332334
* @throws \InvalidArgumentException if the field does not exist
333335
*/
334336
public function offsetSet(mixed $name, mixed $value)
@@ -340,6 +342,8 @@ public function offsetSet(mixed $name, mixed $value)
340342
* Removes a field from the form.
341343
*
342344
* @param string $name The field name
345+
*
346+
* @return void
343347
*/
344348
public function offsetUnset(mixed $name)
345349
{

0 commit comments

Comments
 (0)