Skip to content

Commit 4a27529

Browse files
Merge branch '5.3' into 5.4
* 5.3: [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 01de5c7 + 5a825e4 commit 4a27529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Loader/Configurator/AbstractConfigurator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public function __call(string $method, array $args)
4141
throw new \BadMethodCallException(sprintf('Call to undefined method "%s::%s()".', static::class, $method));
4242
}
4343

44+
/**
45+
* @return array
46+
*/
4447
public function __sleep()
4548
{
4649
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)