Skip to content

Commit

Permalink
Ignore phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Nov 16, 2024
1 parent ce33306 commit 0228215
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ parameters:
# Find a nicer way instead of ignoring this Error on every ft-module
- '#Function Altis\\register_module not found\.#'
- '#Function Figuren_Theater\\get_config not found\.#'

# inc/sqlite-object-cache/namespace.php
#
# A dev-only errors, which can occur if not setup in a working environment (like actually in GitHub CI).
- '#^Path in require_once\(\) "\.//sqlite-object-cache/sqlite-object-cache\.php" is not a file or it does not exist\.$#'

0 comments on commit 0228215

Please sign in to comment.