Updated PHP templates (.mustache files) to include declare(strict_types=1); after <?php if declareStrictTypes is true

This commit is contained in:
Sumit Chauhan 2025-04-29 04:39:54 +05:30 committed by GitHub
parent 70d0589586
commit cc38d3bfc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
<?php
{{#declareStrictTypes}}declare(strict_types=1);{{/declareStrictTypes}}
/**
* ObjectSerializer
*