-
Notifications
You must be signed in to change notification settings - Fork 950
Closed
Labels
Description
Since swagger-php 5.3.1 the api docs UI in api-platform got broken. Context.__serialize()
causes this issue:
Uncaught PHP Exception Error: "Cannot access property starting with "\0"" at /path-to-project/vendor/symfony/var-exporter/Internal/Hydrator.php line 66
Version 5.3.0 worked fine, removing Context.__serialize()
fixes the issue - wich is for sure not the intended fix, however there should be any issue in.
Environment:
php 8.2
Symfony 5.4
api-platform 2.7
nutama