Commit 6a472a2
committed
fix(jsonapi): swap arguments in DefinitionNameFactory::create() call
| Q | A
| ------------- | ---
| Branch? | 4.2
| Tickets | ∅
| License | MIT
| Doc PR | ∅
The first and third arguments were reversed compared to every other
call site, causing schema definitions to be registered under a wrong
name and producing unresolved $ref errors in OpenAPI linters.1 parent f400290 commit 6a472a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments