Skip to content

A PHPStan rule to be used with the thecodingmachine/safe package

Notifications You must be signed in to change notification settings

thecodingmachine/phpstan-safe-rule

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2025
Apr 8, 2025
Apr 8, 2025
Jun 1, 2020
Nov 21, 2024
Sep 6, 2018
Apr 8, 2025
Feb 9, 2025
Apr 8, 2025
Apr 8, 2025
Feb 11, 2025

Repository files navigation

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.