Skip to content

Commit

Permalink
fix: updated phpstan baseline after rector change
Browse files Browse the repository at this point in the history
  • Loading branch information
shavounet committed Oct 13, 2023
1 parent de2913c commit 498b5be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,3 @@ parameters:
message: "#^Method M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\HostForwarderMiddleware\\:\\:__construct\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
count: 1
path: src/Middleware/HostForwarderMiddleware.php

-
message: "#^Property M6Web\\\\Bundle\\\\GuzzleHttpBundle\\\\Middleware\\\\HostForwarderMiddleware\\:\\:\\$config type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Middleware/HostForwarderMiddleware.php

0 comments on commit 498b5be

Please sign in to comment.