Skip to content

Commit

Permalink
[4.4] Add missing @return annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 23, 2021
1 parent b421c99 commit 958a128
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GenericEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public function offsetGet($key)
*
* @param string $key Array key to set
* @param mixed $value Value
*
* @return void
*/
public function offsetSet($key, $value)
{
Expand All @@ -143,6 +145,8 @@ public function offsetSet($key, $value)
* ArrayAccess for unset argument.
*
* @param string $key Array key
*
* @return void
*/
public function offsetUnset($key)
{
Expand Down

0 comments on commit 958a128

Please sign in to comment.