shkola/phpstan.neon
2026-09-13 20:35:16 +00:00

18 lines
631 B
Plaintext

parameters:
level: 2
paths:
- wp-content/themes/dekart
excludePaths:
- wp-content/themes/dekart/vendor/*
- wp-content/themes/dekart/node_modules/*
scanFiles:
- wp-includes/functions.php
- wp-includes/option.php
- wp-content/plugins/carbon-fields/carbon-fields-plugin.php
bootstrapFiles:
- wp-load.php
ignoreErrors:
- '#Call to an undefined method Carbon_Fields\\Field\\Field::#'
- '#Call to an undefined method Carbon_Fields\\Container\\Container::#'
- '#Function (remove_meta_box|submit_button|get_current_screen) not found#'