Completed
Push — master ( d65561...74e04b )
by Anton
02:03
created
src/Bluz/Composer/Installers/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,8 @@
 block discarded – undo
40 40
      */
41 41
     public function __construct()
42 42
     {
43
-        defined('PATH_ROOT') ? : define('PATH_ROOT', realpath($_SERVER['DOCUMENT_ROOT']));
44
-        defined('DS') ? : define('DS', DIRECTORY_SEPARATOR);
43
+        defined('PATH_ROOT') ?: define('PATH_ROOT', realpath($_SERVER['DOCUMENT_ROOT']));
44
+        defined('DS') ?: define('DS', DIRECTORY_SEPARATOR);
45 45
     }
46 46
 
47 47
     /**
Please login to merge, or discard this patch.