-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
In PHP 8.4, implicitly nullable parameters now emit an error-level deprecation message (it logs the message at an error level but does not cause the script to fail)
Only this file appeared in my logs:
facerecognition/lib/Service/FileService.php
Line 262 in 2ff87d2
| public function getLocalFile(File $file, int $maxSize = null): ?string { |
but, there likely exist several others, which you can find using
grep -R ' = null' . | grep -iv 'vendor'in the repo folder to find most of them. however, this excludes instances in the vendored deps, so those deps should be updated to a newer version which has this fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels