Skip to content

Commit 93b5902

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 3f154ea commit 93b5902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/simple-phpunit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class_exists(\SymfonyExcludeListSimplePhpunit::class, false) && PHPUnit\Util\Bla
462462
}
463463
}
464464
} elseif (!isset($argv[1]) || 'install' !== $argv[1] || file_exists('install')) {
465-
if (!class_exists(\SymfonyExcludeListSimplePhpunit::class, false)) {
465+
if (!class_exists(SymfonyExcludeListSimplePhpunit::class, false)) {
466466
class SymfonyExcludeListSimplePhpunit
467467
{
468468
}

bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
// Detect if we're loaded by an actual run of phpunit
24-
if (!defined('PHPUNIT_COMPOSER_INSTALL') && !class_exists(\PHPUnit\TextUI\Command::class, false)) {
24+
if (!defined('PHPUNIT_COMPOSER_INSTALL') && !class_exists(PHPUnit\TextUI\Command::class, false)) {
2525
return;
2626
}
2727

0 commit comments

Comments
 (0)