Skip to content

Commit 410ca4e

Browse files
committed
[php]: Fix missing start in doc
1 parent 76a1a78 commit 410ca4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/php-nextgen/model_generic.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}}{{/parentSchema}}{{^par
4343
* If a nullable field gets set to null, insert it here
4444
*
4545
* @var array<string, bool>
46-
/
46+
*/
4747
protected array $openAPINullablesSetToNull = [];
4848

4949
/**

0 commit comments

Comments
 (0)