zircote / swagger-php

A php swagger annotation and parsing library
http://zircote.github.io/swagger-php/
Apache License 2.0
5.03k stars 933 forks source link

Fix promoted properties sharing context #1619

Closed rasmuscnielsen closed 2 weeks ago

rasmuscnielsen commented 2 weeks ago

A reproduction of the bug described in my comment here: https://github.com/zircote/swagger-php/issues/1419#issuecomment-2200163118

Added regression test + fixed it with a clone of context. Tests passing. However - suggestions for alternative fixes are very welcome.

DerManoMann commented 2 weeks ago

Thanks @rasmuscnielsen