Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Sep 7, 2021
1 parent 08882ad commit a371c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MemcachedTest.php
Expand Up @@ -318,7 +318,7 @@ public function iterableProvider(): array
],
'IteratorAggregate' => [
['a' => 1, 'b' => 2,],
new class() implements IteratorAggregate {
new class () implements IteratorAggregate {
public function getIterator(): ArrayIterator
{
return new ArrayIterator(['a' => 1, 'b' => 2,]);
Expand Down

0 comments on commit a371c8b

Please sign in to comment.