PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Francesco Danti   ATK Wordpress Plugin   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK Wordpress Plugin
Components to build WordPress plugins
Author: By
Last change:
Date: 1 month ago
Size: 832 bytes
 

Contents

Class file image Download
includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: level: 1 paths: - src excludePaths: - resources/ - vendor/ bootstrapFiles: - vendor/autoload.php treatPhpDocTypesAsCertain: false checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueInstanceof: true checkAlwaysTrueStrictComparison: true checkExplicitMixedMissingReturn: true checkFunctionNameCase: true reportMaybesInMethodSignatures: true reportStaticMethodSignatures: true checkTooWideReturnTypesInProtectedAndPublicMethods: true checkMissingIterableValueType: false ignoreErrors: - '~^Constant DB_HOST not found.$~' - '~^Constant DB_NAME not found.$~' - '~^Constant DB_PASSWORD not found.$~' - '~^Constant DB_USER not found.$~'