Browse Source

fix CS after 282f6c80

antograssiot 10 years ago
parent
commit
ab0da78529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Error/BaseErrorHandler.php

+ 1 - 1
src/Error/BaseErrorHandler.php

@@ -93,7 +93,7 @@ abstract class BaseErrorHandler
             }
             $this->handleFatalError(
                 $error['type'],
-               $error['message'],
+                $error['message'],
                 $error['file'],
                 $error['line']
             );