@@ -18,7 +18,7 @@ |
||
| 18 | 18 | |
| 19 | 19 | class MemberAccessException extends Exception {} |
| 20 | 20 | |
| 21 | -if(PHP_VERSION_ID < 70000){ // backwards compatibility |
|
| 21 | +if (PHP_VERSION_ID < 70000) { // backwards compatibility |
|
| 22 | 22 | |
| 23 | 23 | class Throwable extends \Exception {} // it's actually interface, but it does not matter |
| 24 | 24 | |