Skip to content

Commit e052e64

Browse files
committed
fix
1 parent 700e47b commit e052e64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Config/ConfigTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
use PHPStan\Testing\TestCase;
88
use Shapecode\FUT\Client\Config\Config;
9-
use function array_keys;
10-
use function dd;
119

1210
class ConfigTest extends TestCase
1311
{
@@ -51,7 +49,7 @@ public function testCreation() : void
5149

5250
self::assertCount(29, $options);
5351

54-
foreach($keys as $key) {
52+
foreach ($keys as $key) {
5553
self::assertArrayHasKey($key, $options);
5654
}
5755
}

0 commit comments

Comments
 (0)