PHP Classes

File: src/vendor/doctrine/collections/phpstan.neon.dist

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   src/vendor/doctrine/collections/phpstan.neon.dist   Download  
File: src/vendor/doctrine/collections/phpstan.neon.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QPHP
Exchange messages with a queue server using Swoole
Author: By
Last change:
Date: 2 years ago
Size: 676 bytes
 

Contents

Class file image Download
parameters: level: 3 paths: - lib ignoreErrors: # Making classes final as suggested would be a BC-break - message: '~Unsafe usage of new static\(\)\.~' paths: - 'lib/Doctrine/Common/Collections/ArrayCollection.php' - 'lib/Doctrine/Common/Collections/Criteria.php' - message: '~Array \(array\<TKey of \(int\|string\), T\>\) does not accept key int\.~' path: 'lib/Doctrine/Common/Collections/ArrayCollection.php' # This class is new in PHP 8.1 and PHPStan does not know it yet. - '/Attribute class ReturnTypeWillChange does not exist./'