| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/kontur_dev/wp-content/plugins/page-generator-pro/ |
Upload File : |
# PHPStan configuration for GitHub Actions.
# Include PHPStan for WordPress configuration.
includes:
- vendor/szepeviktor/phpstan-wordpress/extension.neon
# Parameters
parameters:
# Paths to scan
# This should comprise of the base Plugin PHP file, plus directories that contain Plugin PHP files
paths:
- page-generator-pro.php
- includes/
- mu-plugins/
# Paths to exclude
# We exclude integrations as PHPStan within a GitHub Action won't have various third party paid Plugins
# available to build symbols from e.g. SEO, Page Builders etc.
excludePaths:
- includes/admin/integrations/
- includes/global/integrations/
# Files that include Plugin-specific PHP constants or classes not directly initialized.
bootstrapFiles:
- page-generator-pro.php
# Location of WordPress Plugins for PHPStan to scan, building symbols.
scanDirectories:
- /Users/tim/Local Sites/wp-zinc-plugins/app/public/wp-content/plugins
# Should not need to edit anything below here
# Rule Level: https://phpstan.org/user-guide/rule-levels
level: 5