Skip to content

Commit 958a128

Browse files
[4.4] Add missing @return annotations
1 parent b421c99 commit 958a128

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
@@ -133,6 +133,8 @@ public function offsetGet($key)
133133
*
134134
* @param string $key Array key to set
135135
* @param mixed $value Value
136+
*
137+
* @return void
136138
*/
137139
public function offsetSet($key, $value)
138140
{
@@ -143,6 +145,8 @@ public function offsetSet($key, $value)
143145
* ArrayAccess for unset argument.
144146
*
145147
* @param string $key Array key
148+
*
149+
* @return void
146150
*/
147151
public function offsetUnset($key)
148152
{

0 commit comments

Comments
 (0)