Skip to content

Commit 1935d2e

Browse files
Merge branch '4.4' into 5.2
* 4.4: [4.4] Add missing `@return` annotations Handle lock with long key
2 parents 261d7d1 + 66a3346 commit 1935d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OptionsResolver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,8 @@ public function offsetExists($option)
11581158
/**
11591159
* Not supported.
11601160
*
1161+
* @return void
1162+
*
11611163
* @throws AccessException
11621164
*/
11631165
public function offsetSet($option, $value)
@@ -1168,6 +1170,8 @@ public function offsetSet($option, $value)
11681170
/**
11691171
* Not supported.
11701172
*
1173+
* @return void
1174+
*
11711175
* @throws AccessException
11721176
*/
11731177
public function offsetUnset($option)

0 commit comments

Comments
 (0)