Passed
Push — master ( e41eeb...fea572 )
by Ioannes
08:01
created
src/Bitrix/Loader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
      */
11 11
     public function initializeBitrix() {
12 12
 
13
-        if($this->checkBitrix()) {
13
+        if ($this->checkBitrix()) {
14 14
 
15 15
             if (defined('B_PROLOG_INCLUDED') && B_PROLOG_INCLUDED === true) {
16 16
                 return true;
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
             $cliFile = getLocalPath('modules/' . $module['ID'] . '/.cli.php');
63 63
 
64
-            if(!$cliFile) {
64
+            if (!$cliFile) {
65 65
                 continue;
66 66
             }
67 67
 
Please login to merge, or discard this patch.