-
-
Notifications
You must be signed in to change notification settings - Fork 958
Closed
Description
API Platform version(s) affected: 4.2.12
Description
Laravel package triggers the following deprecation warning:
local.WARNING: Since api-platform/json-schema 4.2: The distinctFormats argument is deprecated and will be removed in 5.0. in /var/www/html/vendor/symfony/deprecation-contracts/function.php on line 25
How to reproduce
Just setup the package
Possible Solution
Pass null to the constructor argument here:
core/src/Laravel/ApiPlatformProvider.php
Line 743 in 45831a9
| return new DefinitionNameFactory($config->get('api-platform.formats')); |
Metadata
Metadata
Assignees
Labels
No labels