ntzm / strict-casts-phpstan
PHPStan rule to ensure you're using strict casts wherever possible
1.1.0
2019-06-21 14:17 UTC
Requires
- nikic/php-parser: ^4.2
- phpstan/phpstan: ^0.11
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2025-03-22 03:50:56 UTC
README
Ensure you're using strict casts wherever possible
Installation
$ composer require ntzm/strict-casts-phpstan
In your PHPStan config, add:
includes:
- vendor/ntzm/strict-casts-phpstan/rules.neon