Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow "processor" to be passed as scan options #1646

Closed
wants to merge 2 commits into from

Conversation

pauljohnston2009
Copy link
Contributor

Fixes issue with parsing 'processor' config option, it would always fall through to new Pipeline($config['processors']) which would throw as its null

TypeError: OpenApi\Pipeline::__construct(): Argument #1 ($pipes) must be of type array, null given

current code worked when passing 'processors', but removed support for 'processor' option.

2d983ce

@DerManoMann
Copy link
Collaborator

Let me fix CS issues on master first...

@DerManoMann
Copy link
Collaborator

@pauljohnston2009 CS checks on master should now be stable - hopefully a rebase and code-style fix run will make this pass now...

@DerManoMann
Copy link
Collaborator

Superseded by #1660

Thanks for kicking off this improvement, @pauljohnston2009

@DerManoMann DerManoMann closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants