Skip to content

Commit f2fd220

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 4a16767 + 6a32cd8 commit f2fd220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GenericEvent.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ public function offsetGet($key)
128128
*
129129
* @param string $key Array key to set
130130
* @param mixed $value Value
131+
*
132+
* @return void
131133
*/
132134
public function offsetSet($key, $value)
133135
{
@@ -138,6 +140,8 @@ public function offsetSet($key, $value)
138140
* ArrayAccess for unset argument.
139141
*
140142
* @param string $key Array key
143+
*
144+
* @return void
141145
*/
142146
public function offsetUnset($key)
143147
{

0 commit comments

Comments
 (0)