From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- src/Execution/Result.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/Execution/Result.php (limited to 'src/Execution/Result.php') diff --git a/src/Execution/Result.php b/src/Execution/Result.php deleted file mode 100644 index c3cc64a..0000000 --- a/src/Execution/Result.php +++ /dev/null @@ -1,21 +0,0 @@ - $values - */ - final public static function Values(array $values): Results\Values - { - return new Results\Values($values); - } - - final public static function Trap(): Results\Trap - { - return new Results\Trap(); - } -} -- cgit v1.2.3-70-g09d2