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 d7ba2d8 commit 66a3346
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OptionsResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,8 @@ public function offsetExists($option)
/**
* Not supported.
*
* @return void
*
* @throws AccessException
*/
public function offsetSet($option, $value)
Expand All @@ -1094,6 +1096,8 @@ public function offsetSet($option, $value)
/**
* Not supported.
*
* @return void
*
* @throws AccessException
*/
public function offsetUnset($option)
Expand Down

0 comments on commit 66a3346

Please sign in to comment.