-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ctype_*()
functions can operate with integer ranges -128~256
too
These are extremely fucky interfaces, but PHP is a shitty language anyway. We need to support an input of `string|int` when validating for the `ctype_*()` of an input, but at least we can assert for the value to not be `empty()` when it passes such validation. Ref: vimeo/psalm#2452
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters