8000 Fix coding standards · symfony/symfony@8439029 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8439029

Browse files
committed
Fix coding standards
1 parent 0c1d5a2 commit 8439029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,11 @@ public static function collectDeprecations($outputFile)
254254
// This can be registered before the PHPUnit error handler.
255255
if (!$previousErrorHandler) {
256256
$ErrorHandler = class_exists('PHPUnit_Util_ErrorHandler') ? 'PHPUnit_Util_ErrorHandler' : 'PHPUnit\Util\ErrorHandler';
257+
257258
return $ErrorHandler::handleError($type, $msg, $file, $line, $context);
258-
}
259-
else {
259+
} else {
260260
return $previousErrorHandler($type, $msg, $file, $line, $context);
261261
}
262-
263262
}
264263
$deprecations[] = array(error_reporting(), $msg);
265264
});

0 commit comments

Comments
 (0)
0