@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | public static function loadFile($filename) |
13 | 13 | { |
14 | - if ( class_exists( \PHPUnit\Util\FileLoader::class ) ) { |
|
14 | + if (class_exists(\PHPUnit\Util\FileLoader::class)) { |
|
15 | 15 | // PHPUnit 7.x+ |
16 | 16 | \PHPUnit\Util\FileLoader::checkAndLoad($filename); |
17 | 17 | } |