mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add Safe PHP functions
This commit is contained in:
parent
04a956886a
commit
58cc098058
260 changed files with 49458 additions and 45 deletions
16
vendor/thecodingmachine/phpstan-safe-rule/README.md
vendored
Normal file
16
vendor/thecodingmachine/phpstan-safe-rule/README.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
[](https://packagist.org/packages/thecodingmachine/phpstan-safe-rule)
|
||||
[](https://packagist.org/packages/thecodingmachine/phpstan-safe-rule)
|
||||
[](https://packagist.org/packages/thecodingmachine/phpstan-safe-rule)
|
||||
[](https://packagist.org/packages/thecodingmachine/phpstan-safe-rule)
|
||||
[](https://travis-ci.org/thecodingmachine/phpstan-safe-rule)
|
||||
[](https://coveralls.io/github/thecodingmachine/phpstan-safe-rule?branch=master)
|
||||
|
||||
|
||||
PHPStan rules for thecodingmachine/safe
|
||||
=======================================
|
||||
|
||||
The [thecodingmachine/safe](https://github.com/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](https://github.com/thecodingmachine/safe) for details about installation and usage.
|
Loading…
Add table
Add a link
Reference in a new issue