Post #450076
2026-02-12 06:46 UTC
Starting with #phpstan 2.1.39 in case we know constants are deprecated only in certain php versions, we no longer error about them, when used in a `if (PHP_VERSION_ID < 80400) {`-like condition.
see E_STRICT before PHP 8.4:
https://phpstan.org/r/0dc9fe34-0c60-4254-9174-f37e910cb4cf
Replies (0)
No replies.