Skip to content

Commit

Permalink
phpstan: add ignore for symbols with scan-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
datengraben committed Dec 24, 2024
1 parent 15b174a commit 80e5c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ parameters:
- includes/
level: 1
ignoreErrors:
# - identifier: missingType.iterableValue
# - '#Constant (COMMONSBOOKING.*|WP_DEBUG_LOG) not found.#'
- '#Constant (COMMONSBOOKING.*|WP_DEBUG_LOG) not found.#'
- '#Instantiated class (CommonsBooking.*CB_Data) not found.#'
- '#Function cb_object_to_array not found.#'

0 comments on commit 80e5c68

Please sign in to comment.