Passed
Push — master ( 007d40...d5d27d )
by Ioannes
09:34
created
src/Bitrix/Loader.php 1 patch
Spacing   +3 added lines, -3 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;
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
             define('NOT_CHECK_PERMISSIONS', true);
33 33
             require_once $_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/prolog_before.php';
34 34
 
35
-            if(class_exists('\Bitrix\Main\Analytics\Counter')) {
35
+            if (class_exists('\Bitrix\Main\Analytics\Counter')) {
36 36
                 \Bitrix\Main\Analytics\Counter::disable();
37 37
             }
38 38
 
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 
67 67
             $cliFile = getLocalPath('modules/' . $module['ID'] . '/.cli.php');
68 68
 
69
-            if(!$cliFile) {
69
+            if (!$cliFile) {
70 70
                 continue;
71 71
             }
72 72
 
Please login to merge, or discard this patch.