Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b5b0c commit 0ab60c0Copy full SHA for 0ab60c0
1 file changed
Tests/Command/CachePruneCommandTest.php
@@ -75,7 +75,7 @@ public function testCommandContinuesOnFailure()
75
76
private function getRewindableGenerator(): RewindableGenerator
77
{
78
- return new RewindableGenerator(static function () {
+ return new RewindableGenerator(function () {
79
yield 'foo_pool' => $this->getPruneableInterfaceMock();
80
yield 'bar_pool' => $this->getPruneableInterfaceMock();
81
}, 2);
0 commit comments