@@ -21,6 +21,6 @@ |
||
21 | 21 | if (PHP_VERSION_ID < 70000) { // backwards compatibility |
22 | 22 | |
23 | 23 | namespace { |
24 | - class Throwable extends \Exception{} // it's actually interface, but this is shortcut |
|
24 | + class Throwable extends \Exception {} // it's actually interface, but this is shortcut |
|
25 | 25 | } |
26 | 26 | } |
27 | 27 | \ No newline at end of file |