Passed
Push — master ( 657dff...4b8ed9 )
by Alexey
09:03 queued 03:18
created
system/modules/Materials/appControllers/content/category.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
                 <div class ="category-materials">
13 13
                     <div class ="row">
14 14
                       <?php
15
-                      $i = 0;
16
-                      foreach ($materials as $material) {
17
-                          ?>
15
+                        $i = 0;
16
+                        foreach ($materials as $material) {
17
+                            ?>
18 18
                             <div class = "col-sm-6 category-material">
19 19
                                 <a class="category-material-name" href ="<?= $material->getHref(); ?>"><h3><?= $material->name; ?></h3></a>
20 20
                                 <div class="category-material-preview"><?= $material->preview; ?></div>
Please login to merge, or discard this patch.
system/modules/Materials/appControllers/content/materialWithCategorys.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
     <div class="row">
3 3
         <div class="col-md-3">
4 4
           <?php
5
-          $category = $material->category;
6
-          $this->widget('Materials\categoryTree', ['category' => $category]);
7
-          ?>
5
+            $category = $material->category;
6
+            $this->widget('Materials\categoryTree', ['category' => $category]);
7
+            ?>
8 8
         </div>
9 9
         <div class="col-md-9">
10 10
             <div class="content">
Please login to merge, or discard this patch.
system/modules/Ecommerce/widgets/items/showOptions.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
14 14
             <span class="caption">Вид:</span>
15 15
             <span class="group">
16 16
               <?php
17
-              for ($i = 2; $i < 5; $i++) {
18
-                  $curLimit = $limit * $i;
19
-                  $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
20
-                  echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> ";
21
-              }
22
-              ?>
17
+                for ($i = 2; $i < 5; $i++) {
18
+                    $curLimit = $limit * $i;
19
+                    $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
20
+                    echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> ";
21
+                }
22
+                ?>
23 23
             </span>
24 24
             <span class="group">
25 25
                 <a href ='#' onclick="inji.onLoad(function () {
Please login to merge, or discard this patch.
system/program/admin/templates/default/config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,6 +5,6 @@
 block discarded – undo
5 5
     'file' => 'index.html',
6 6
     'css' => ['style.css'],
7 7
     'libs' => [
8
-       'JqueryUi',  'PaperTheme','FancyBox'
8
+        'JqueryUi',  'PaperTheme','FancyBox'
9 9
     ]
10 10
 ];
Please login to merge, or discard this patch.