Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored and kbond committed Jul 4, 2024
1 parent 112e3a6 commit da23a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/KernelHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function shutdownKernel(KernelInterface $kernel): void
{
$kernel->shutdown();

if (!class_exists(\PHPUnit\Runner\ErrorHandler::class)) {
if (!\class_exists(\PHPUnit\Runner\ErrorHandler::class)) {
return;
}

Expand Down

0 comments on commit da23a0d

Please sign in to comment.