Skip to content

Commit

Permalink
fixing phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakubanov committed Oct 2, 2024
1 parent 83d976d commit afa013e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ parameters:
- '#Parameter \$.+ of method .+ has invalid typehint type Orm\\.+#'
- '#Access to constant .+ on an unknown class .+Transfer#'
- '#Call to method .+\(\) on an unknown class Generated\\Zed\\Ide\\AutoCompletion#'
- '#Parameter .+ of anonymous function has invalid typehint type .+Transfer#'
- '#Parameter \$request of method .+ has invalid typehint type Symfony\\Component\\HttpFoundation\\Request.#'

0 comments on commit afa013e

Please sign in to comment.