Completed
Branch bootstrap-refactoring (b06695)
by Adam
03:28
created
src/exceptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.