Skip to content

Commit 52866e2

Browse files
[4.4] Add missing @return annotations
1 parent 4c21f24 commit 52866e2

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
@@ -34,6 +34,9 @@ public function __call($method, $args)
3434
throw new \BadMethodCallException(sprintf('Call to undefined method "%s::%s()".', static::class, $method));
3535
}
3636

37+
/**
38+
* @return array
39+
*/
3740
public function __sleep()
3841
{
3942
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)