D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
stickain
/
davidsteele.com
/
wp-content
/
plugins
/
gravityforms
/
Filename :
phpstan.neon.dist
back
Copy
includes: - phpstan-baseline.neon parameters: level: 1 paths: - **/*.php excludePaths: - tmp/* - vendor/* - tests/* ignoreErrors: - '#^Function akismet_http_post not found.$#' - '#Call to static method http_post\(\) on an unknown class Akismet.#' - '#^Function mcrypt_get_iv_size not found.$#' - '#Function remove_action invoked with [4] parameters, 2-3 required.#' - '#Constant [a-zA-Z0-9_]+ not found.#' checkAlwaysTrueStrictComparison: true # Unfortunately, DocBlocks can't be relied upon in WordPress. treatPhpDocTypesAsCertain: false