This commit is contained in:
2023-12-12 10:57:22 +08:00
parent 12b29c289b
commit ae8780103a
5 changed files with 40 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Router\Validator\Types;
class ArrayProxy
{
}
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Router\Validator\Types;
class BoolProxy
{
}
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Router\Validator\Types;
class FloatProxy
{
}
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Router\Validator\Types;
class IntProxy
{
}
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Router\Validator\Types;
class StringProxy
{
}