We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e5bf commit 328f969Copy full SHA for 328f969
1 file changed
modules/openapi-generator/src/main/resources/php-symfony/api_input_validation.mustache
@@ -42,7 +42,7 @@
42
$asserts[] = new Assert\Type("\{{modelPackage}}\{{dataType}}");
43
{{/isEnumRef}}
44
{{^isEnumRef}}
45
- $asserts[] = new Assert\Type("{{dataType}}");
+ $asserts[] = new Assert\Type('{{dataType}}');
46
{{^isPrimitiveType}}
47
$asserts[] = new Assert\Valid();
48
{{/isPrimitiveType}}
0 commit comments