Skip to content

Commit 3c6076e

Browse files
cs fix
1 parent 5fd3612 commit 3c6076e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lock.php

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

52-
/**
53-
* @return array
54-
*/
5552
public function __sleep(): array
5653
{
5754
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)