To use this extension, require it in Composer:
composer require --dev bonami/phpstan-collections
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use phpstan/extension-installer
, include extension.neon
in your project's PHPStan config:
includes:
- vendor/bonami/phpstan-collections/extension.neon
This package is released under the MIT license.
If you wish to contribute to the project, please read the CONTRIBUTING notes.