Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add @phpstan-var to stop rector to skip RemoveAlwaysTrueIfCondi…
…tionRector Without this doc type, Rector will refactor the following: 1) system/Router/AutoRouterImproved.php:294 ---------- begin diff ---------- @@ @@ // Update the positions. $this->methodPos = $this->paramPos; - if ($params === []) { - $this->paramPos = null; - } + $this->paramPos = null; if ($this->paramPos !== null) { $this->paramPos++; } ----------- end diff ----------- Applied rules: * RemoveAlwaysTrueIfConditionRector
- Loading branch information