Fixed error when -o is missied

This commit is contained in:
2023-08-13 10:50:52 +08:00
parent 40cc852328
commit c6094566b4
3 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?php
declare(strict_types = 1);
declare(strict_types=1);
namespace PmConverter;