Passed
Branch feature/6.x (3df42d)
by Schlaefer
08:49
created
plugins/SaitoSearch/templates/Searches/simple.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@  discard block
 block discarded – undo
28 28
             ],
29 29
             [
30 30
             'url' => [
31
-              'controller' => 'searches',
32
-              'action' => 'simple',
31
+                'controller' => 'searches',
32
+                'action' => 'simple',
33 33
             ],
34 34
             'type' => 'GET',
35 35
             'class' => 'search_form',
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
         $sortBy = $this->Form->radio(
54 54
             'order',
55 55
             [
56
-              ['text' => __d('saito_search', 'Time'), 'value' => 'time'],
57
-              ['text' => __d('saito_search', 'Rank'), 'value' => 'rank'],
56
+                ['text' => __d('saito_search', 'Time'), 'value' => 'time'],
57
+                ['text' => __d('saito_search', 'Rank'), 'value' => 'rank'],
58 58
             ],
59 59
             [
60 60
                 'class' => 'form-check-input',
Please login to merge, or discard this patch.