| Server IP : 172.67.159.97 / Your IP : 216.73.217.53 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/plugins/convertplug/ |
Upload File : |
# Start command: composer update --classmap-authoritative && vendor/bin/phpstan analyze includes: - phpstan-baseline.neon # Baseline to ignore error temporary # https://github.com/phpstan/phpstan/blob/master/conf/bleedingEdge.neon # - vendor/phpstan/phpstan/conf/bleedingEdge.neon # - phar://phpstan.phar/conf/bleedingEdge.neon - vendor/szepeviktor/phpstan-wordpress/extension.neon # - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php parameters: level: 9 inferPrivatePropertyTypeFromConstructor: true scanFiles: bootstrapFiles: - %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php - tests/php/stubs/convertplug-stubs.php paths: - framework/classes - framework/functions - convertplug.php - modules - classes - admin - lang excludePaths: - admin/bsf-core/class-bsf-wp-cli-command.php ignoreErrors: # Uses func_get_args() # - '#^Function apply_filters invoked with [34567] parameters, 2 required\.$#' # - '#^Function do_action invoked with [3456] parameters, 1-2 required\.$#' # - '#^Function current_user_can invoked with 2 parameters, 1 required\.$#' # - '#^Function add_query_arg invoked with [123] parameters?, 0 required\.$#' # - '#^Function add_theme_support invoked with [2345] parameters, 1 required\.$#' # - '#^Function wp_sprintf invoked with [23456] parameters, 1 required\.$#' # https://core.trac.wordpress.org/ticket/43304 # - '/^Parameter #2 \$deprecated of function load_plugin_textdomain expects string, false given\.$/' # WP-CLI accepts a class as callable # - '/^Parameter #2 \$callable of static method WP_CLI::add_command\(\) expects callable\(\): mixed, \S+ given\.$/' # Please consider commenting ignores: issue URL or reason of ignore