web/vendor/thecodingmachine/phpstan-safe-rule
2019-03-07 12:11:50 -06:00
..
src Add Safe PHP functions 2019-03-07 12:11:50 -06:00
tests Add Safe PHP functions 2019-03-07 12:11:50 -06:00
.travis.yml Add Safe PHP functions 2019-03-07 12:11:50 -06:00
composer.json Add Safe PHP functions 2019-03-07 12:11:50 -06:00
phpcs.xml.dist Add Safe PHP functions 2019-03-07 12:11:50 -06:00
phpstan-safe-rule.neon Add Safe PHP functions 2019-03-07 12:11:50 -06:00
phpstan.neon Add Safe PHP functions 2019-03-07 12:11:50 -06:00
phpunit.xml.dist Add Safe PHP functions 2019-03-07 12:11:50 -06:00
README.md Add Safe PHP functions 2019-03-07 12:11:50 -06:00

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Coverage Status

PHPStan rules for thecodingmachine/safe

The thecodingmachine/safe package provides a set of core PHP functions rewritten to throw exceptions instead of returning false when an error is encountered.

This PHPStan rule will help you detect unsafe function call and will propose you to use the thecodingmachine/safe variant instead.

Please read thecodingmachine/safe documentation for details about installation and usage.