Passed
Pull Request — master (#239)
by Sergei
11:46
created
src/UrlGeneratorInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 /**
10 10
  * `UrlGeneratorInterface` allows generating URL given route name, arguments, and query parameters.
11 11
  *
12
-  * @psalm-type UrlArgumentsType = array<string,scalar|Stringable|null>
12
+ * @psalm-type UrlArgumentsType = array<string,scalar|Stringable|null>
13 13
  */
14 14
 interface UrlGeneratorInterface
15 15
 {
Please login to merge, or discard this patch.