bonami/phpstan-collections

Phpstan extension for bonami/collections library

Installs: 94 676

Dependents: 1

Suggesters: 1

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 4

Type:phpstan-extension

0.4.5 2022-08-18 09:12 UTC

README

Build Status Latest Stable Version License

Table of contents

Installation

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

License

This package is released under the MIT license.

Contributing

If you wish to contribute to the project, please read the CONTRIBUTING notes.