Skip to content

Commit 2ba4576

Browse files
samsonasikdatamweb
andauthored
Update system/Router/RouteCollection.php
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
1 parent 8d9afe0 commit 2ba4576

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Router/RouteCollection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,8 +1349,8 @@ protected function buildReverseRoute(string $from, array $params): string
13491349
* Build our resulting string, inserting the $params in
13501350
* the appropriate places.
13511351
*
1352-
* @var arrray<int, string> $patterns
1353-
* @phpstan-var list<string> $patterns
1352+
* @var arrray<int, string> $placeholders
1353+
* @phpstan-var list<string> $placeholders
13541354
*/
13551355
$placeholders = $matches[0];
13561356

0 commit comments

Comments
 (0)