Skip to content

Commit

Permalink
Update rector and apply suggestions (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Aug 10, 2023
1 parent c536bd7 commit 1789a39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"nyholm/psr7": "^1.4",
"phpunit/phpunit": "^9.5",
"psr/container": "^2.0",
"rector/rector": "^0.15.4",
"rector/rector": "^0.17",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.6",
Expand Down
2 changes: 0 additions & 2 deletions src/UrlMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ private function createDispatcherCallback(): callable
* If the failure was due to the HTTP method, passes the allowed HTTP
* methods to the factory.
*
* @param array $result
*
* @psalm-param ResultNotFound|ResultMethodNotAllowed $result
*/
private function marshalFailedRoute(array $result): MatchingResult
Expand Down

0 comments on commit 1789a39

Please sign in to comment.