You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using your example code (on https://github.com/andyftw/ssllabs-php) I get the following error on PHP 7.3:
/var/www/isimo/vendor/andyftw/ssllabs-php/src/Request.php, Line 74:
[Semantical Error] The annotation "@jms\Serializer\Annotation\AccessType" in class Andyftw\SSLLabs\Model\Info does not exist, or could not be auto-loaded.
Using your example code (on https://github.com/andyftw/ssllabs-php) I get the following error on PHP 7.3:
/var/www/isimo/vendor/andyftw/ssllabs-php/src/Request.php, Line 74:
[Semantical Error] The annotation "@jms\Serializer\Annotation\AccessType" in class Andyftw\SSLLabs\Model\Info does not exist, or could not be auto-loaded.
It seems there may be a few other threads with the same error if that helps:
schmittjoh/serializer#855
symfony/symfony#25555
There is a solution on stack, which unfortunately uses deprecated methods:
https://stackoverflow.com/questions/14629137/jmsserializer-stand-alone-annotation-does-not-exist-or-cannot-be-auto-loaded
Sorry, but I do not have the time to make a more in-depth analysis or try to fix it and create a pr, hope you can find out what the problem is.
The text was updated successfully, but these errors were encountered: