@@ -10,7 +10,7 @@ discard block |
||
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 |
||
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 |