Skip to content

Commit a371c8b

Browse files
samdarkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 08882ad commit a371c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MemcachedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public function iterableProvider(): array
318318
],
319319
'IteratorAggregate' => [
320320
['a' => 1, 'b' => 2,],
321-
new class() implements IteratorAggregate {
321+
new class () implements IteratorAggregate {
322322
public function getIterator(): ArrayIterator
323323
{
324324
return new ArrayIterator(['a' => 1, 'b' => 2,]);

0 commit comments

Comments
 (0)