PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Packages of Lars Moelleken   Simple Active Record   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Active Record
Store and fetch data with Active Records pattern
Author: By
Last change:
Date: 9 months ago
Size: 848 bytes
 

Contents

Class file image Download
parameters: level: max reportUnmatchedIgnoredErrors: false checkGenericClassInNonGenericObjectType: false checkMissingIterableValueType: false paths: - %currentWorkingDirectory%/src/ excludes_analyse: - %currentWorkingDirectory%/vendor/* - %currentWorkingDirectory%/tests/* autoload_files: - %currentWorkingDirectory%/vendor/autoload.php ignoreErrors: - '/private method count\(\) of parent class Arrayy\\Arrayy/' - '/only iterables are supported/' - '/iterable<static/' - '/Parameter #1 \$function of function call_user_func_array expects callable\(\)/' - '/Cannot call method implode\(\) on string\|voku\\db\\ActiveRecordExpressions/' - '/bound type \(int\|string\) is not supported/' - '/set\(\) expects TKey, string given/'