Completed
Push — master ( 34f9ca...cb41b9 )
by Tim
02:22
created
Classes/Service/Url/AbstractUrl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     protected function getIndexBase($indexUid):string
37 37
     {
38 38
         $indexRepository = HelperUtility::create(IndexRepository::class);
39
-        $index = $indexRepository->findByUid((int) $indexUid);
39
+        $index = $indexRepository->findByUid((int)$indexUid);
40 40
         if (!($index instanceof Index)) {
41 41
             return 'idx-' . $indexUid;
42 42
         }
Please login to merge, or discard this patch.