Open szepeviktor opened 4 years ago
Powered by @phpstan
composer require --dev szepeviktor/phpstan-wordpress vendor/bin/phpstan analyze
phpstan.neon.dist
includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: level: max inferPrivatePropertyTypeFromConstructor: true paths: - class-required-block-attributes.php - inc/ autoload_files: - class-required-block-attributes.php - inc/admin.php - inc/functions.php - inc/globals.php - inc/registers.php - inc/example.php
Mainly missing property definitions.
Powered by @phpstan
phpstan.neon.dist