fix(phpstan): allow null as parameter in various functions
This commit does the following changes:
- Updated the PHPStan version from 1.11.8 to 1.12.13 in phars.xml
- In various classes, added the possibility to pass
null
as a parameter to a number of functions. Affected classes include but are not limited to:ShippingInterface
,Handler
,Status
,StatusUnknown
, andShippingEntry
. - Updated return types in the
ShippingEntry
class to includenull
option. - Simplified return types in various places from
datatype|datatype|null
to possibly nullabledatatype
.
PHP9 + PHP8.4 null deprecated
Merge Request-Berichte
Aktivität
mentioned in commit c805f1dd
This MR is included in version 2.0.10The release is available on GitLab release.
Your semantic-release bot
Bitte registriere oder melde dich an um zu antworten