Skip to content

Commit

Permalink
Merge branch '4.4' into 5.2
Browse files Browse the repository at this point in the history
* 4.4:
  [4.4] Add missing `@return` annotations
  Handle lock with long key
  • Loading branch information
nicolas-grekas committed Jul 23, 2021
2 parents 261d7d1 + 66a3346 commit 1935d2e
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 @@ -1158,6 +1158,8 @@ public function offsetExists($option)
/**
* Not supported.
*
* @return void
*
* @throws AccessException
*/
public function offsetSet($option, $value)
Expand All @@ -1168,6 +1170,8 @@ public function offsetSet($option, $value)
/**
* Not supported.
*
* @return void
*
* @throws AccessException
*/
public function offsetUnset($option)
Expand Down

0 comments on commit 1935d2e

Please sign in to comment.