Skip to content

Commit

Permalink
fix: fix module configuration to ensures services are mapped correctly
Browse files Browse the repository at this point in the history
- Input filters, in particular, were mapped such that the POST/PATCH input filters were invalid
- Legacy Apigility classes were mapped in such a way that Laminas service names might never match.
  The solution for this is to always list Apigility classes in quotations, and ensure that any `::class` notation is reserved for real classes and/or Laminas pseudo-classes.

Fixes laminas-api-tools#71

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Jan 14, 2022
1 parent 853243c commit 3733d25
Showing 1 changed file with 94 additions and 170 deletions.
Loading

0 comments on commit 3733d25

Please sign in to comment.