Completed
Push — master ( 8b9a97...e8ce77 )
by Riikka
02:21
created
src/RouteDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -364,7 +364,7 @@
 block discarded – undo
364 364
 
365 365
     /**
366 366
      * Returns an encoded URL for the route based with the given parameter values.
367
-     * @param array<string,string> $parameters Values for the route parameters
367
+     * @param string[] $parameters Values for the route parameters
368 368
      * @return string The encoded URL for the route
369 369
      */
370 370
     public function formatUrl(array $parameters = []): string
Please login to merge, or discard this patch.