Skip to content

Commit 66a3346

Browse files
[4.4] Add missing @return annotations
1 parent d7ba2d8 commit 66a3346

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
@@ -1084,6 +1084,8 @@ public function offsetExists($option)
10841084
/**
10851085
* Not supported.
10861086
*
1087+
* @return void
1088+
*
10871089
* @throws AccessException
10881090
*/
10891091
public function offsetSet($option, $value)
@@ -1094,6 +1096,8 @@ public function offsetSet($option, $value)
10941096
/**
10951097
* Not supported.
10961098
*
1099+
* @return void
1100+
*
10971101
* @throws AccessException
10981102
*/
10991103
public function offsetUnset($option)

0 commit comments

Comments
 (0)