Skip to content

Commit c7b9da2

Browse files
committed
docs: remove @phpstan-ignore-line
1 parent 78b450c commit c7b9da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Router/AutoRouterImproved.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private function searchLastDefaultController(): bool
202202
$this->controller = $controller;
203203
$this->params = $params;
204204

205-
if ($params !== []) { // @phpstan-ignore-line
205+
if ($params !== []) {
206206
$this->paramPos = $paramPos;
207207
}
208208

@@ -221,7 +221,7 @@ private function searchLastDefaultController(): bool
221221
$this->controller = $controller;
222222
$this->params = $params;
223223

224-
if ($params !== []) { // @phpstan-ignore-line
224+
if ($params !== []) {
225225
$this->paramPos = 0;
226226
}
227227

0 commit comments

Comments
 (0)