Skip to content

chore: remove implicitly marking parameter as nullable deprecation#8

Merged
xarem merged 1 commit intodevelopfrom
remove-deprecations
Apr 8, 2025
Merged

chore: remove implicitly marking parameter as nullable deprecation#8
xarem merged 1 commit intodevelopfrom
remove-deprecations

Conversation

@robinlehrmann
Copy link
Copy Markdown
Contributor

Sali,

with php8.4.2 we have some deprecations:

app-1 | {"level":"info","ts":1744122242.3692372,"msg":"PHP Deprecated: ApiPlatform\\Metadata\\Property\\Factory\\InheritedPropertyNameInterfaceCollectionFactory::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameInterfaceCollectionFactory.php on line 31","syslog_level":"info"} app-1 | {"level":"info","ts":1744122242.455177,"msg":"PHP Deprecated: Gesdinet\\JWTRefreshTokenBundle\\Security\\Http\\Authenticator\\RefreshTokenAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authenticator/RefreshTokenAuthenticator.php on line 181","syslog_level":"info"} app-1 | {"level":"info","ts":1744122242.5563369,"msg":"PHP Deprecated: whatwedo\\MonitorBundle\\Normalizer\\AttributeNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/whatwedo/monitor-bundle/src/Normalizer/AttributeNormalizer.php on line 23","syslog_level":"info"} app-1 | {"level":"info","ts":1744122242.556362,"msg":"PHP Deprecated: whatwedo\\MonitorBundle\\Normalizer\\AttributeNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/whatwedo/monitor-bundle/src/Normalizer/AttributeNormalizer.php on line 47","syslog_level":"info"} app-1 | {"level":"info","ts":1744122242.5564456,"msg":"PHP Deprecated: whatwedo\\MonitorBundle\\Normalizer\\EnumNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/whatwedo/monitor-bundle/src/Normalizer/EnumNormalizer.php on line 16","syslog_level":"info"} app-1 | {"level":"info","ts":1744122242.5564532,"msg":"PHP Deprecated: whatwedo\\MonitorBundle\\Normalizer\\EnumNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/whatwedo/monitor-bundle/src/Normalizer/EnumNormalizer.php on line 21","syslog_level":"info"}

Signed-off-by: Robin Lehrmann <robin@whatwedo.ch>
@robinlehrmann robinlehrmann requested review from tuxes3 and xarem April 8, 2025 15:10
@xarem xarem merged commit 634cabb into develop Apr 8, 2025
13 of 14 checks passed
@xarem xarem deleted the remove-deprecations branch April 8, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants