We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3f6e0 commit c253459Copy full SHA for c253459
src/Exceptions/RuntimeException.php
@@ -9,7 +9,7 @@
9
10
namespace PHP_CodeSniffer\Exceptions;
11
12
-class RuntimeException extends \Exception
+class RuntimeException extends \RuntimeException
13
{
14
15
}//end class
0 commit comments