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
Parameter #1 $id of class ExampleDto constructor expects int<1, max>|null, int|null given
Environment (please complete the following information):
OS: MacOS 14.5 Senoma
PHP version 8.2.19
Version:
composer show azjezz/psl
name : azjezz/psl
descrip. : PHP Standard Library
keywords :
versions :* 2.9.1
Additional
I'm using the php-standard-library/phpstan-extension library for loading the PHPStan extension, which doesn't seem to be the issue since everything else is being picked up just fine.
The text was updated successfully, but these errors were encountered:
XbNz
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Jun 14, 2024
Describe the bug
Resulting in the following PHPStan error:
Parameter #1 $id of class ExampleDto constructor expects int<1, max>|null, int|null given
Environment (please complete the following information):
Additional
I'm using the
php-standard-library/phpstan-extension
library for loading the PHPStan extension, which doesn't seem to be the issue since everything else is being picked up just fine.The text was updated successfully, but these errors were encountered: