Skip to content

Commit a603e57

Browse files
Merge branch '5.2' into 5.3
* 5.2: [5.2] Add missing `@return` annotations [4.4] Add missing `@return` annotations Handle lock with long key #42227 update phpdoc to recommend createIndex over ensureIndex
2 parents 849f869 + 1935d2e commit a603e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OptionsResolver.php

+4
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ public function offsetExists($option)
12111211
/**
12121212
* Not supported.
12131213
*
1214+
* @return void
1215+
*
12141216
* @throws AccessException
12151217
*/
12161218
public function offsetSet($option, $value)
@@ -1221,6 +1223,8 @@ public function offsetSet($option, $value)
12211223
/**
12221224
* Not supported.
12231225
*
1226+
* @return void
1227+
*
12241228
* @throws AccessException
12251229
*/
12261230
public function offsetUnset($option)

0 commit comments

Comments
 (0)