Test Failed
Push — v5 ( 173fa0...853573 )
by Andrew
26:40 queued 20:36
created
src/controllers/TablesController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@  discard block
 block discarded – undo
92 92
         string $sort = 'hitCount|desc',
93 93
         int    $page = 1,
94 94
         int    $per_page = 20,
95
-               $filter = '',
96
-               $siteId = 0,
97
-               $handled = 'all',
95
+                $filter = '',
96
+                $siteId = 0,
97
+                $handled = 'all',
98 98
     ): Response
99 99
     {
100 100
         PermissionHelper::controllerPermissionCheck('retour:dashboard');
@@ -188,9 +188,9 @@  discard block
 block discarded – undo
188 188
         string $sort = 'hitCount|desc',
189 189
         int    $page = 1,
190 190
         int    $per_page = 20,
191
-               $filter = '',
192
-               $siteId = 0,
193
-               $shortLinks = false,
191
+                $filter = '',
192
+                $siteId = 0,
193
+                $shortLinks = false,
194 194
     ): Response
195 195
     {
196 196
         PermissionHelper::controllerPermissionCheck('retour:redirects');
Please login to merge, or discard this patch.