Skip to content

Commit 094d1d1

Browse files
committed
fixed static function
1 parent fdd1f55 commit 094d1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function getCacheWithTags(string $key, $tags = null)
106106
: Cache::get($key);
107107
}
108108

109-
public function strictModeContextProvider(): iterable
109+
public static function strictModeContextProvider(): iterable
110110
{
111111
yield [true];
112112
yield [false];

0 commit comments

Comments
 (0)