Skip to content

Commit baddf72

Browse files
Fix CS/WS issues
1 parent 0b06d36 commit baddf72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TextUI/Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use function assert;
1717
use function class_exists;
1818
use function copy;
19+
use function explode;
1920
use function extension_loaded;
2021
use function fgets;
2122
use function file_get_contents;
@@ -614,7 +615,7 @@ protected function handleVersionCheck(): void
614615
printf(
615616
'The latest version compatible with PHPUnit %s is PHPUnit %s.' . PHP_EOL,
616617
Version::id(),
617-
$latestCompatibleVersion
618+
$latestCompatibleVersion,
618619
);
619620
}
620621

0 commit comments

Comments
 (0)