thecodingmachine / phpstan-safe-rule
一个用于检测安全问题的PHPStan规则。必须与thecodingmachine/safe一起使用
v1.2.0
2022-01-17 10:12 UTC
Requires
- php: ^7.1 || ^8.0
- phpstan/phpstan: ^1.0
- thecodingmachine/safe: ^1.0 || ^2.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^7.5.2 || ^8.0
- squizlabs/php_codesniffer: ^3.4
README
thecodingmachine/safe的PHPStan规则
thecodingmachine/safe 包提供了一组核心PHP函数的重写版本,当遇到错误时,它们会抛出异常而不是返回 false
。
这个PHPStan规则将帮助您检测不安全的功能调用,并提出使用 thecodingmachine/safe
变体。
请阅读 thecodingmachine/safe 文档 了解安装和使用详情。