PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Lars Moelleken   portable ascii   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: portable ascii
Manipulate text strings without special extensions
Author: By
Last change:
Date: 4 years ago
Size: 437 bytes
 

Contents

Class file image Download
parameters: excludes_analyse: - %currentWorkingDirectory%/vendor/* - %currentWorkingDirectory%/tests/* autoload_files: - %currentWorkingDirectory%/vendor/autoload.php ignoreErrors: - '#array\|null supplied for foreach#' - '#function array_merge expects array, array\|null given#' - '#should return array but returns array\|null#' - "#.*should return array\\('orig'.*#"