We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DateTimeInterface::ISO8601 in phpstorm stubs don't declare a version, but just that it is deprecated
DateTimeInterface::ISO8601
https://github.com/JetBrains/phpstorm-stubs/blob/b61d4a5f40c3940be440d85355fef4e2416b8527/date/date_c.php#L25-L31
we don't report deprecation errors for it atm
NumberFormatter::TYPE_CURRENCY seems to have a different problem
NumberFormatter::TYPE_CURRENCY
https://github.com/JetBrains/phpstorm-stubs/blob/b61d4a5f40c3940be440d85355fef4e2416b8527/intl/intl.php#L914-L919
https://phpstan.org/r/3726339f-dc33-4d13-8bc8-527ccfcee63b
2 errors regarding use of a deprecated constant
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
DateTimeInterface::ISO8601
in phpstorm stubs don't declare a version, but just that it is deprecatedhttps://github.com/JetBrains/phpstorm-stubs/blob/b61d4a5f40c3940be440d85355fef4e2416b8527/date/date_c.php#L25-L31
we don't report deprecation errors for it atm
NumberFormatter::TYPE_CURRENCY
seems to have a different problemhttps://github.com/JetBrains/phpstorm-stubs/blob/b61d4a5f40c3940be440d85355fef4e2416b8527/intl/intl.php#L914-L919
Code snippet that reproduces the problem
https://phpstan.org/r/3726339f-dc33-4d13-8bc8-527ccfcee63b
Expected output
2 errors regarding use of a deprecated constant
Did PHPStan help you today? Did it make you happy in any way?
No response
The text was updated successfully, but these errors were encountered: