Skip to content

Commit

Permalink
NGSTACK-804 ignore expected error in phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
iherak committed Nov 6, 2023
1 parent 512595b commit 4794265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ parameters:
- "#Casting to int something that's already int.#"
- '#should be contravariant with parameter#'
- '#should be covariant with return type#'
- "#Casting to bool something that's already bool.#"

# Errors caused by Ibexa Elasticsearch
- '#Ibexa\\Contracts\\Elasticsearch#'
Expand Down

0 comments on commit 4794265

Please sign in to comment.