Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Oct 16, 2024
1 parent 3f2a59d commit e96b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Parser/CacheParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function cacheProvider(): iterable
{
yield [new ArrayAdapter()]; // Symfony Cache
yield [
new class() implements Psr6Cache {
new class implements Psr6Cache {
private ArrayAdapter $c;

public function __construct()
Expand Down

0 comments on commit e96b771

Please sign in to comment.