PHP Classes

File: phpstan.neon

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple MySQLi Class   phpstan.neon   Download  
File: phpstan.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple MySQLi Class
MySQL access abstraction layer using MySQLi
Author: By
Last change: Merge pull request #49 from voku/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
Date: 1 year ago
Size: 1,031 bytes
 

Contents

Class file image Download
parameters: level: 8 paths: - %currentWorkingDirectory%/src/ reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false ignoreErrors: # false-positive - '/call_user_func_array expects callable/' - '/Argument of an invalid type \(array\)\|object supplied for foreach, only iterables are supported\./' - '/Argument of an invalid type array\|object supplied for foreach, only iterables are supported\./' - '/Method voku\\db\\DB::multi_query\(\) should return/' - '/method mysqli_stmt::__construct\(\) expects/' - '/Call to an undefined method Doctrine\\DBAL\\Driver\\Statement::getWrappedStatement\(\)\./' # ignored errors - '/Result of \&\& is always false/' - '/Function checkForDev not found/' - '/Function mailToAdmin not found/' - '/Method voku\\db\\Result::fetchAll\(\) should return array but returns array\|Arrayy\\Arrayy\|Generator\./'