-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP_INT_MAX/MIN types make no sense #11189
Comments
I found these snippets: https://psalm.dev/r/56c6ecbbab<?php
$foo = PHP_INT_MAX;
/** @psalm-trace $foo */;
if ($foo < 5) {
echo "impossible";
}
|
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
kkmuffme
added a commit
to kkmuffme/psalm
that referenced
this issue
Dec 23, 2024
* Fix vimeo#11189 * Fix PHP_DEBUG constant for PHP 8.4 part of vimeo#11107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://psalm.dev/r/56c6ecbbab
The text was updated successfully, but these errors were encountered: