When the call/usage is not found in allowIn
, report error
#59
Labels
enhancement
New feature or request
allowIn
, report error
#59
Given a configuration like this for example:
when any
pcntl
call is not found invendor/foo/bar/Baz.php
, report error and suggest removing theallowIn
item to keep the config clean and up to date.This is similar to what PHPStan reports when a
ignoreErrors
error wasn't hit.The text was updated successfully, but these errors were encountered: