This commit is contained in:
2023-04-16 01:24:30 +08:00
parent cdd8644419
commit 46baac8bbd
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
<?php
declare(strict_types=1);
namespace Kiri;
use Exception;
+2
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Kiri;
interface ToArray