FriendsOfREDAXO / rexstan

redaxo phpstan addon
https://staabm.github.io/archive.html#rexstan
MIT License
35 stars 3 forks source link

`$value of function strval expects bool|float|int|resource|string|null, mixed given.` #730

Open alxndr-w opened 1 month ago

alxndr-w commented 1 month ago

Description / Beschreibung Parameter #1 $value of function strval expects bool|float|int|resource|string|null, mixed given.

Diese Meldung scheint falsch zu sein, laut PHP-Doku:

https://www.php.net/manual/en/function.strval.php

strval(mixed $value): string

Affected versions / Verwendete Versionen

REDAXO: PHP: Database: Browser: AddOns:

Did it whoops? / Whoops erhalten?

staabm commented 1 month ago

ich vermute das ist ein duplicate von https://github.com/phpstan/phpstan/issues/9295#issuecomment-1542186125