Passed
Pull Request — master (#277)
by Arman
03:48
created
src/App/Adapters/ConsoleAppAdapter.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,9 @@
 block discarded – undo
26 26
 use Quantum\Di\Exceptions\DiException;
27 27
 use ReflectionException;
28 28
 
29
-if (!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
29
+if (!defined('DS')) {
30
+    define('DS', DIRECTORY_SEPARATOR);
31
+}
30 32
 
31 33
 /**
32 34
  * Class ConsoleAppAdapter
Please login to merge, or discard this patch.