Test Failed
Push — master ( 476483...1aeff4 )
by Alexey
05:07
created
system/modules/Exchange1c/objects/Mode/File.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             $pathinfo = pathinfo($filename);
46 46
             if ($pathinfo['extension'] === 'zip') {
47 47
                 $zip = new \ZipArchive;
48
-                if ($zip->open($dir . '/' . $filename) === TRUE) {
48
+                if ($zip->open($dir . '/' . $filename) === true) {
49 49
                     $zip->extractTo($dir);
50 50
                     $zip->close();
51 51
                 } else {
Please login to merge, or discard this patch.
system/modules/Exchange1c/objects/Mode/Init.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
             $query = \App::$cur->db->newQuery();
29 29
             $query->operation = 'select';
30 30
             $query->table = \Exchange1c\Exchange::table();
31
-            $query->cols = \Exchange1c\Exchange::index().','.\Exchange1c\Exchange::colPrefix() . 'path';
31
+            $query->cols = \Exchange1c\Exchange::index() . ',' . \Exchange1c\Exchange::colPrefix() . 'path';
32 32
             $queryArr = $query->buildQuery();
33 33
             $queryArr['query'] .= ' where `' . \Exchange1c\Exchange::colPrefix() . 'cleared` = 0 AND  `' . \Exchange1c\Exchange::colPrefix() . 'date_create` < NOW() - INTERVAL ' . \App::$cur->exchange1c->config['maxSaveFilesInterval'];
34 34
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
                 \Tools::delDir($exchangeArr[\Exchange1c\Exchange::colPrefix() . 'path']);
38 38
                 $query = \App::$cur->db->newQuery();
39 39
                 $query->where([\Exchange1c\Exchange::index(), $exchangeArr[\Exchange1c\Exchange::index()]]);
40
-                $query->update(\Exchange1c\Exchange::table(),[\Exchange1c\Exchange::colPrefix() . 'cleared' => 1]);
40
+                $query->update(\Exchange1c\Exchange::table(), [\Exchange1c\Exchange::colPrefix() . 'cleared' => 1]);
41 41
             }
42 42
         }
43 43
     }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,11 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Exchange1c\Exchange;
15 15
 
16
-class Init extends \Exchange1c\Mode
17
-{
16
+class Init extends \Exchange1c\Mode {
18 17
 
19
-    public function process()
20
-    {
18
+    public function process() {
21 19
         echo "zip=yes\n";
22 20
         echo 'file_limit=' . \Tools::toBytes(ini_get('post_max_size'));
23 21
         $this->end();
Please login to merge, or discard this patch.
system/modules/Ecommerce/widgets/items/showOptions.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -38,25 +38,25 @@
 block discarded – undo
38 38
             <span class="caption">Вид:</span>
39 39
             <span class="group">
40 40
               <?php
41
-              for ($i = 2; $i < 5; $i++) {
42
-                  $curLimit = $limit * $i;
43
-                  $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
44
-                  echo " <a rel=\"nofollow\" href='{$path}?{$curQuery}'>";
45
-                  echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '<b>' : '';
46
-                  echo $curLimit;
47
-                  echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '</b>' : '';
48
-                  echo "</a> ";
49
-              }
50
-              if (!empty(App::$cur->ecommerce->config['list_all'])) {
51
-                  $curLimit = 'all';
52
-                  $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
53
-                  echo " <a rel=\"nofollow\" href='{$path}?{$curQuery}'>";
54
-                  echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '<b>' : '';
55
-                  echo 'Все';
56
-                  echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '</b>' : '';
57
-                  echo "</a> ";
58
-              }
59
-              ?>
41
+                for ($i = 2; $i < 5; $i++) {
42
+                    $curLimit = $limit * $i;
43
+                    $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
44
+                    echo " <a rel=\"nofollow\" href='{$path}?{$curQuery}'>";
45
+                    echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '<b>' : '';
46
+                    echo $curLimit;
47
+                    echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '</b>' : '';
48
+                    echo "</a> ";
49
+                }
50
+                if (!empty(App::$cur->ecommerce->config['list_all'])) {
51
+                    $curLimit = 'all';
52
+                    $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
53
+                    echo " <a rel=\"nofollow\" href='{$path}?{$curQuery}'>";
54
+                    echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '<b>' : '';
55
+                    echo 'Все';
56
+                    echo !empty($_GET['limit']) && $_GET['limit'] == $curLimit ? '</b>' : '';
57
+                    echo "</a> ";
58
+                }
59
+                ?>
60 60
             </span>
61 61
             <span class="group">
62 62
                 <a rel="nofollow" href='#' onclick="inji.onLoad(function () {
Please login to merge, or discard this patch.
system/modules/Ecommerce/models/Cart.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -338,6 +338,9 @@
 block discarded – undo
338 338
         return false;
339 339
     }
340 340
 
341
+    /**
342
+     * @return \Money\Sums
343
+     */
341 344
     public function deliverySum() {
342 345
         $sum = new \Money\Sums([0 => 0]);
343 346
         if ($this->delivery && $this->needDelivery()) {
Please login to merge, or discard this patch.
system/modules/Ecommerce/widgets/formInputs/pickpointPointChooser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
             }
21 21
         }
22 22
         if ($data) {
23
-            $address = $data['Name'] . ' ' . $data['Number'] . '<br />' . $data['PostCode'] . ', ' . $data['Region'] . ', ' . $data['CitiName'] . ', ' . $data['Address'];// . '<br /><small>' . $data['OutDescription'].'</small>';
23
+            $address = $data['Name'] . ' ' . $data['Number'] . '<br />' . $data['PostCode'] . ', ' . $data['Region'] . ', ' . $data['CitiName'] . ', ' . $data['Address']; // . '<br /><small>' . $data['OutDescription'].'</small>';
24 24
         }
25 25
     }
26 26
     ?>
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
       function my_function(result) {
33 33
         console.log(result);
34 34
 // устанавливаем в скрытое поле ID терминала
35
-        document.getElementById('<?=$id;?>').value = result.id;
35
+        document.getElementById('<?=$id; ?>').value = result.id;
36 36
 // показываем пользователю название точки и адрес доствки
37 37
         document.getElementById('address').innerHTML = result['name'] + '<br />' + result['address'];
38 38
         inji.onLoad(function () {
Please login to merge, or discard this patch.