Skip to content

Commit fc737d5

Browse files
committed
Apply fixes from StyleCI
1 parent afdf1ee commit fc737d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Command/Serve/NonExistsCurrentDirectory/NonExistsCurrentDirectoryServeTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Yiisoft\Yii\Console\Tests\Command\Serve\NonExistsCurrentDirectory;
66

7-
87
use RuntimeException;
98
use Symfony\Component\Console\Tester\CommandTester;
109
use Yiisoft\Yii\Console\Tests\TestCase;
@@ -17,7 +16,7 @@ public function testBase(): void
1716

1817
$commandCreate = new CommandTester($command);
1918

20-
$directory = __DIR__.'/test-dir';
19+
$directory = __DIR__ . '/test-dir';
2120
if (!file_exists($directory)) {
2221
mkdir($directory);
2322
}

0 commit comments

Comments
 (0)