PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple PHP Code Parser   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Code Parser
Parse PHP code to extract its structure
Author: By
Last change:
Date: 3 years ago
Size: 770 bytes
 

Contents

Class file image Download
parameters: reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false level: max paths: - %currentWorkingDirectory%/src/ excludes_analyse: - %currentWorkingDirectory%/vendor/* - %currentWorkingDirectory%/tests/* autoload_files: - %currentWorkingDirectory%/vendor/autoload.php ignoreErrors: - '#Binary operation "\."#' - '#should be compatible with#' - '#undefined property PhpParser\\Node::\$name#' - '#undefined property PhpParser\\Node\\Expr#' - '#Utils::parseDocTypeObject\(\) should return array#' - '#PHPConst::getConstValue\(\) expects PhpParser\\Node\\Const_, PhpParser\\Node\\Arg given#'