Test Failed
Push — v5 ( 8fcda7...12e254 )
by Andrew
34:02 queued 15:41
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
         PermissionHelper::controllerPermissionCheck('retour:dashboard');
100 100
         $data = [];
@@ -187,9 +187,9 @@  discard block
 block discarded – undo
187 187
         string $sort = 'hitCount|desc',
188 188
         int    $page = 1,
189 189
         int    $per_page = 20,
190
-               $filter = '',
191
-               $siteId = 0,
192
-               $shortLinks = false,
190
+                $filter = '',
191
+                $siteId = 0,
192
+                $shortLinks = false,
193 193
     ): Response {
194 194
         PermissionHelper::controllerPermissionCheck('retour:redirects');
195 195
         $data = [];
Please login to merge, or discard this patch.