We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718e5a5 commit 470233eCopy full SHA for 470233e
src/Exception/ErrorException.php
@@ -20,9 +20,7 @@
20
*/
21
class ErrorException extends \ErrorException implements FriendlyExceptionInterface
22
{
23
- /**
24
- * @psalm-suppress MissingClassConstType Private constants never change.
25
- */
+ /** @psalm-suppress MissingClassConstType Private constants never change. */
26
private const ERROR_NAMES = [
27
E_ERROR => 'PHP Fatal Error',
28
E_WARNING => 'PHP Warning',
0 commit comments