Skip to content

Commit 4780e1a

Browse files
nikophilkbond
authored andcommitted
bot: fix cs [skip ci]
1 parent 52ca7b7 commit 4780e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpunit_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
function restorePhpUnitErrorHandler(): void
2828
{
29-
if (!class_exists(\PHPUnit\Runner\ErrorHandler::class)) {
29+
if (!\class_exists(\PHPUnit\Runner\ErrorHandler::class)) {
3030
return;
3131
}
3232

0 commit comments

Comments
 (0)