Passed
Push — main ( bd4e0a...a119e3 )
by Dimitri
14:08
created
src/Helpers/url.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
      */
34 34
     function url(?string $path = null, mixed $parameters = [], ?bool $secure = null)
35 35
     {
36
-		/** @var UrlGenerator $generator */
36
+        /** @var UrlGenerator $generator */
37 37
         $generator = service(UrlGenerator::class);
38 38
 
39 39
         if (null === $path) {
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
      */
510 510
     function action(array|string $action, array $parameters = [])
511 511
     {
512
-		return url()->action($action, $parameters);
512
+        return url()->action($action, $parameters);
513 513
     }
514 514
 }
515 515
 
Please login to merge, or discard this patch.