mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 00:20:51 +00:00
Updated PHP templates (.mustache files) to include declare(strict_types=1); after <?php if declareStrictTypes is true
This commit is contained in:
parent
70d0589586
commit
cc38d3bfc8
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
{{#declareStrictTypes}}declare(strict_types=1);{{/declareStrictTypes}}
|
||||
/**
|
||||
* ObjectSerializer
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user