PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Doctor   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Doctor
Scan PHP to find missing or wrong PHPDoc comments
Author: By
Last change:
Date: 3 years ago
Size: 689 bytes
 

Contents

Class file image Download
parameters: reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false level: max paths: - %currentWorkingDirectory%/src/ ignoreErrors: - '#should be compatible with#' - '#Argument of an invalid type voku\\SimplePhpParser\\Model\\PHP.* supplied for foreach, only iterables are supported\.#' - '#undefined property PhpParser\\Node::\$name#' - '#undefined property PhpParser\\Node\\Expr#' - '#BasePHPElement::getFQN\(\) should return class-string but returns string#' - '#Unable to resolve the template type .* in call to function Amp\\Promise\\.*#'