Browse Source

please stickler-ci

inoas 9 years ago
parent
commit
abd300be22
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Error/PHP7ErrorException.php

+ 2 - 1
src/Error/PHP7ErrorException.php

@@ -45,7 +45,8 @@ class PHP7ErrorException extends Exception
             get_class($error),
             $this->message,
             $this->file ?: "null",
-            $this->line ?: "null");
+            $this->line ?: "null"
+        );
         parent::__construct($msg, $code);
     }