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

Replace current processor array with a pipeline class #1585

Closed DerManoMann closed 1 month ago

DerManoMann commented 2 months ago

Deprecates all processor related methods on Generator and provides simpler, more powerful alternatives in the new Pipeline class that now internally wraps processors.

Also deprecates the unused ProcessorInterface.

mstegmeyer commented 1 month ago

This causes #1603 and is a breaking change 😢