PHP Classes

File: phpstan.neon.dist

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 Session   phpstan.neon.dist   Download  
File: phpstan.neon.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK4 Session
Store and retrieve PHP session data in a database
Author: By
Last change:
Date: 6 hours ago
Size: 993 bytes
 

Contents

Class file image Download
parameters: level: 6 paths: - ./ excludePaths: - cache/ - build/ - vendor/ # TODO review once we drop PHP 7.x support treatPhpDocTypesAsCertain: false # some extra rules checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueInstanceof: true checkAlwaysTrueStrictComparison: true checkExplicitMixedMissingReturn: true checkFunctionNameCase: true # TODO checkMissingClosureNativeReturnTypehintRule: true reportMaybesInMethodSignatures: true reportStaticMethodSignatures: true checkTooWideReturnTypesInProtectedAndPublicMethods: true checkMissingIterableValueType: false # TODO true ignoreErrors: - message: '~^Return type \(bool\|int\) of method Atk4\\ATK4DBSession\\(?:SessionHandler|Tests\\SessionHandlerCallTracer)::gc\(\) should be covariant.*$~' paths: - 'src/SessionHandler.php' - 'tests/SessionHandlerCallTracer.php'