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.