Passed
Push — v3 ( d4dfba...e153f6 )
by Andrew
06:39 queued 14s
created
src/controllers/TablesController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -93,9 +93,9 @@  discard block
 block discarded – undo
93 93
         string $sort = 'hitCount|desc',
94 94
         int    $page = 1,
95 95
         int    $per_page = 20,
96
-               $filter = '',
97
-               $siteId = 0,
98
-               $handled = 'all'
96
+                $filter = '',
97
+                $siteId = 0,
98
+                $handled = 'all'
99 99
     ): Response {
100 100
         PermissionHelper::controllerPermissionCheck('retour:dashboard');
101 101
         $data = [];
@@ -197,9 +197,9 @@  discard block
 block discarded – undo
197 197
         string $sort = 'hitCount|desc',
198 198
         int    $page = 1,
199 199
         int    $per_page = 20,
200
-               $filter = '',
201
-               $siteId = 0,
202
-               $shortLinks = false
200
+                $filter = '',
201
+                $siteId = 0,
202
+                $shortLinks = false
203 203
     ): Response {
204 204
         PermissionHelper::controllerPermissionCheck('retour:redirects');
205 205
         $data = [];
Please login to merge, or discard this patch.