Commit a1fff4b
Fix wrong variable name in LessThan and LessThanOrEqual asserts (OpenAPITools#3971)
* Fix wrong variable name in LessThan and LessThanOrEqual asserts
* After run ./bin/php-symfony-petstore.sh1 parent 2046e90 commit a1fff4b
File tree
2 files changed
+3
-3
lines changed- modules/openapi-generator/src/main/resources/php-symfony
- samples/server/petstore/php-symfony/SymfonyBundle-php/Controller
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments