When I build a package file with classes that contain a declare(strict_types=1); the resulting php is invalid. Full list of issues: * declare(strict_types=1); * <?php in between without closing php before * use statements conflict in namings
When I build a package file with classes that contain a declare(strict_types=1); the resulting php is invalid.
Full list of issues: