Skip to content

Commit 470233e

Browse files
committed
fix
1 parent 718e5a5 commit 470233e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Exception/ErrorException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
*/
2121
class ErrorException extends \ErrorException implements FriendlyExceptionInterface
2222
{
23-
/**
24-
* @psalm-suppress MissingClassConstType Private constants never change.
25-
*/
23+
/** @psalm-suppress MissingClassConstType Private constants never change. */
2624
private const ERROR_NAMES = [
2725
E_ERROR => 'PHP Fatal Error',
2826
E_WARNING => 'PHP Warning',

0 commit comments

Comments
 (0)