Skip to content

Commit 9f0c625

Browse files
authored
Add a missing (style) space
1 parent 5a9ab5e commit 9f0c625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Queue/FakeQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function peek($limit = 1)
146146
/**
147147
* @inheritdoc
148148
*/
149-
public function count():int
149+
public function count(): int
150150
{
151151
return $this->countReady();
152152
}

0 commit comments

Comments
 (0)