From ae8780103a000626922fbdc035e49aa243f5940d Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 12 Dec 2023 10:57:22 +0800 Subject: [PATCH] eee --- src/Validator/Types/ArrayProxy.php | 8 ++++++++ src/Validator/Types/BoolProxy.php | 8 ++++++++ src/Validator/Types/FloatProxy.php | 8 ++++++++ src/Validator/Types/IntProxy.php | 8 ++++++++ src/Validator/Types/StringProxy.php | 8 ++++++++ 5 files changed, 40 insertions(+) create mode 100644 src/Validator/Types/ArrayProxy.php create mode 100644 src/Validator/Types/BoolProxy.php create mode 100644 src/Validator/Types/FloatProxy.php create mode 100644 src/Validator/Types/IntProxy.php create mode 100644 src/Validator/Types/StringProxy.php diff --git a/src/Validator/Types/ArrayProxy.php b/src/Validator/Types/ArrayProxy.php new file mode 100644 index 0000000..70e086a --- /dev/null +++ b/src/Validator/Types/ArrayProxy.php @@ -0,0 +1,8 @@ +