includes: - extension.neon - vendor/phpstan/phpstan/conf/bleedingEdge.neon - vendor/phpstan/phpstan-symfony/extension.neon - vendor/phpstan/phpstan-symfony/rules.neon - vendor/larastan/larastan/extension.neon - vendor/phpstan/phpstan-mockery/extension.neon - vendor/phpstan/phpstan-phpunit/extension.neon - vendor/phpstan/phpstan-phpunit/rules.neon parameters: level: max paths: - src/ - tests/ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' tmpDir: .cache/phpstan ignoreErrors: - '#Call to method .+ with .+ will always evaluate to true.#' - '#Cannot call method (assertExitCode|expectsOutput|expectsOutputToContain|assertExitCode)\(\) on Illuminate\\Testing\\PendingCommand\|int\.#'