shkola/phpstan.neon
2026-07-27 17:00:30 +00:00

18 lines
612 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) not found#'