Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ab60c0

Browse files
Fix typo
1 parent 57b5b0c commit 0ab60c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Command/CachePruneCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testCommandContinuesOnFailure()
7575

7676
private function getRewindableGenerator(): RewindableGenerator
7777
{
78-
return new RewindableGenerator(static function () {
78+
return new RewindableGenerator(function () {
7979
yield 'foo_pool' => $this->getPruneableInterfaceMock();
8080
yield 'bar_pool' => $this->getPruneableInterfaceMock();
8181
}, 2);

0 commit comments

Comments
 (0)