Skip to content

Commit 34b9fad

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Cache] Add missing return type [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 d4345b2 + a603e57 commit 34b9fad

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
@@ -1191,6 +1191,8 @@ public function offsetExists(mixed $option)
11911191
/**
11921192
* Not supported.
11931193
*
1194+
* @return void
1195+
*
11941196
* @throws AccessException
11951197
*/
11961198
public function offsetSet(mixed $option, mixed $value)
@@ -1201,6 +1203,8 @@ public function offsetSet(mixed $option, mixed $value)
12011203
/**
12021204
* Not supported.
12031205
*
1206+
* @return void
1207+
*
12041208
* @throws AccessException
12051209
*/
12061210
public function offsetUnset(mixed $option)

0 commit comments

Comments
 (0)