Skip to content

Commit cda2bc5

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
1 parent ea594c9 commit cda2bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matcher/Dumper/StaticPrefixCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getRoutes(): array
6161
/**
6262
* Adds a route to a group.
6363
*/
64-
public function addRoute(string $prefix, array|StaticPrefixCollection $route): void
64+
public function addRoute(string $prefix, array|self $route): void
6565
{
6666
[$prefix, $staticPrefix] = $this->getCommonPrefix($prefix, $prefix);
6767

0 commit comments

Comments
 (0)