Skip to content

Commit 60a68f5

Browse files
committed
Fix codestyle issue
1 parent 70e6d51 commit 60a68f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Phing/Phing.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
use SebastianBergmann\Version;
4848
use Symfony\Component\Console\Output\ConsoleOutput;
4949
use Throwable;
50+
5051
use function array_filter;
5152
use function array_map;
5253
use function array_reduce;
@@ -57,6 +58,7 @@
5758
use function strlen;
5859
use function strval;
5960
use function trim;
61+
6062
use const PHP_EOL;
6163

6264
/**

0 commit comments

Comments
 (0)