Skip to content

Commit 2eb48b0

Browse files
Merge branch '5.3' into 5.4
* 5.3: [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 b4c1c0c + f2fd220 commit 2eb48b0

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)