Skip to content

Commit 6ca476d

Browse files
[4.4] Add missing @return annotations
1 parent 629401e commit 6ca476d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lock.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public function __construct(Key $key, PersistingStoreInterface $store, float $tt
5050
$this->logger = new NullLogger();
5151
}
5252

53+
/**
54+
* @return array
55+
*/
5356
public function __sleep()
5457
{
5558
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)