zonuexe/phpstan-safe-rule-simple

A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 17

Type:phpstan-extension

v1.2.0 2023-02-03 03:51 UTC

This package is auto-updated.

Last update: 2024-04-24 11:49:50 UTC


README

Note This fork shrinks the dependent version of thecodingmachine/phpstan-safe-rule to provide a pure rule with the DynamicFunctionReturnTypeExtension removed.

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.