finwe / phpstan-intervention-image
PHPStan extension for Intervention/image
v0.2.1
2017-11-29 14:17 UTC
Requires
- php: ~7.0
- intervention/image: ^2.3.0
- phpstan/phpstan: ^0.8 || ^0.9
Requires (Dev)
- consistence/coding-standard: ~0.12.0
- phing/phing: ^2.16.0
- phpunit/phpunit: ^5.7
- slevomat/coding-standard: ^1.1.1
This package is auto-updated.
Last update: 2024-11-06 10:25:31 UTC
README
This extension provides following features:
- Provides definitions for magic
Intervention\Image\Image
methods
Usage
To use this extension, require it in Composer:
composer require --dev finwe/phpstan-intervention-image
And include extension.neon in your project's PHPStan config:
includes:
- vendor/finwe/phpstan-intervention-image/extension.neon