swagger-php icon indicating copy to clipboard operation
swagger-php copied to clipboard

Context is missing class attribute

Open Kezino opened this issue 9 months ago • 3 comments

Hello!

Thank you for the great package! I encountered a problem with the latest release 4.9.2 - the context is missing class attribute now. Please, suggest how to fetch the class name, the attribute is set to.

Best regards

Kezino avatar May 03 '24 12:05 Kezino

Could you please provide some more details? For example is this using swagger-php directly or via bundle/plugin? A snippet of the annotations that break would be good too.

DerManoMann avatar May 03 '24 20:05 DerManoMann

@DerManoMann , I am using it with https://github.com/nelmio/NelmioApiDocBundle/tree/v4.26.1. Having all dependencies unchanged except for zircote/swagger-php 4.9.1 -> 4.9.2.

Kezino avatar May 04 '24 07:05 Kezino

Hmm. A reproducable code example would really help. While the bug happens after the swagger-php upgrade triggers the error the problem might stii be with the bundle.

DerManoMann avatar May 07 '24 06:05 DerManoMann