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

First argument of the setProcessorPipeline must be of type OpenApi\Pipeline, null given #1603

Closed m-adamski closed 1 month ago

m-adamski commented 1 month ago

Hello,

After upgrade to version 4.9.3 we have exception in Generator::scan method: OpenApi\Generator::setProcessorPipeline(): Argument #1 ($processor) must be of type OpenApi\Pipeline, null given

This exception doesn't occur in the version 4.9.2.

Best regards