Do not use 'self' construct referring to current class.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -5,7 +5,7 @@ class ExceptionHandler {
|
||||
}
|
||||
|
||||
public static void handleException(Exception $e) {
|
||||
self::printException($e);
|
||||
ExceptionHandler::printException($e);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user