Skip to content

Commit

Permalink
fix: ignore acf_get_field_type void errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Levdbas committed Jan 20, 2024
1 parent 9e8409e commit 441ef9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Expand Up @@ -11,6 +11,7 @@ parameters:
- tests/*
- docs/*
ignoreErrors:
- '#Result of function acf_get_field_type \(void\) is used.#'
- '#Instantiated class Twig\\CacheExtension\\CacheStrategy\\GenerationalCacheStrategy not found.#'
- '#Instantiated class Twig\\CacheExtension\\Extension not found.#'
- '#Method Timber\\Loader::_get_cache_extension\(\) has invalid return type Twig\\CacheExtension\\Extension.#'
Expand Down

0 comments on commit 441ef9e

Please sign in to comment.