You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- -------------------------------------------------------------------------------------------------------------------------------------------------------
Error
-- -------------------------------------------------------------------------------------------------------------------------------------------------------
Internal error: Function roundingmode stub not found in
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Reflection/SignatureMap/../../../vendor/phpstan/php-8-stubs/stubs/ext/standard/RoundingMode.stub.
while analysing file /app/src/Form/EasyAdmin/Field/DecimalField.php
Run PHPStan with -v option and post the stack trace to:
https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
-- -------------------------------------------------------------------------------------------------------------------------------------------------------
⚠️ Result is incomplete because of severe errors. ⚠️
Fix these errors first and then re-run PHPStan
to get all reported errors.
[ERROR] Found 1 error
At the same time, there's NO roundingmode function usage in the source file. The error started happening after PHP 8.3 to 8.4 migration.
PHPStan version: 2.1.3
Bug report
At the same time, there's NO
roundingmode
function usage in the source file. The error started happening after PHP 8.3 to 8.4 migration.PHPStan version: 2.1.3
Reproducer:
Code snippet that reproduces the problem
https://phpstan.org/r/18a729ea-2e2f-4614-b755-27002042998c
Expected output
No errors
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: