Test Failed
Push — master ( 6c7018...ba2c01 )
by Alexey
05:34
created
system/modules/Money/appControllers/content/pay.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 </tr>
46 46
                 <?php
47 47
             }
48
-            if($linlcount===1){
48
+            if ($linlcount === 1) {
49 49
                 Tools::redirect($lastlink);
50 50
             }
51 51
             ?>
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 </tr>
46 46
                 <?php
47 47
             }
48
-            if($linlcount===1){
48
+            if($linlcount===1) {
49 49
                 Tools::redirect($lastlink);
50 50
             }
51 51
             ?>
Please login to merge, or discard this patch.
system/modules/Ui/objects/ActiveForm/Input/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $inputOptions = [
22 22
             'value' => $this->value(),
23 23
             'disabled' => $this->readOnly(),
24
-            'values' => \Ui\ActiveForm::getOptionsList($this->colParams, $this->activeFormParams, !empty($this->modelName)?$this->modelName:$this->activeForm->modelName, $inputName)
24
+            'values' => \Ui\ActiveForm::getOptionsList($this->colParams, $this->activeFormParams, !empty($this->modelName) ? $this->modelName : $this->activeForm->modelName, $inputName)
25 25
         ];
26 26
         $modelName = '';
27 27
         switch ($inputParams['source']) {
Please login to merge, or discard this patch.