Skip to content

Commit 2f0326a

Browse files
Merge branch '4.4' into 5.2
* 4.4: [4.4] Add missing `@return` annotations Handle lock with long key
2 parents 62ae901 + 52866e2 commit 2f0326a

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
@@ -40,6 +40,9 @@ public function __call(string $method, array $args)
4040
throw new \BadMethodCallException(sprintf('Call to undefined method "%s::%s()".', static::class, $method));
4141
}
4242

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

0 commit comments

Comments
 (0)