Skip to content

Commit

Permalink
fixed static function
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Nov 30, 2024
1 parent fdd1f55 commit 094d1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function getCacheWithTags(string $key, $tags = null)
: Cache::get($key);
}

public function strictModeContextProvider(): iterable
public static function strictModeContextProvider(): iterable
{
yield [true];
yield [false];
Expand Down

0 comments on commit 094d1d1

Please sign in to comment.