@@ -18,6 +18,6 @@ |
||
18 | 18 | public static function initializeFromError($errno, $errstr, $errfile, $errline, $context = null) |
19 | 19 | { |
20 | 20 | $class = __CLASS__; |
21 | - throw new $class($errno, (int) $errstr, $errfile, $errline); |
|
21 | + throw new $class($errno, (int)$errstr, $errfile, $errline); |
|
22 | 22 | } |
23 | 23 | } |
@@ -45,6 +45,6 @@ |
||
45 | 45 | public static function initializeFromError($errno, $errstr, $errfile, $errline, $context = null) |
46 | 46 | { |
47 | 47 | $class = __CLASS__; |
48 | - throw new $class($errno, (int) $errstr, $errfile, $errline); |
|
48 | + throw new $class($errno, (int)$errstr, $errfile, $errline); |
|
49 | 49 | } |
50 | 50 | } |