From 0fe8b3f671ccf845d24f463aff8380fe23b472ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Mar 2020 22:17:26 +0900 Subject: [PATCH] =?UTF-8?q?Constraint=20=EB=B3=80=EA=B2=BD=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Constraint/Constraint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Constraint/Constraint.php b/hwe/sammo/Constraint/Constraint.php index 202fcb9b..b93f413d 100644 --- a/hwe/sammo/Constraint/Constraint.php +++ b/hwe/sammo/Constraint/Constraint.php @@ -189,7 +189,7 @@ abstract class Constraint{ return $this->reason; } - public static function testAll(array $constraintPacks, array $input, array $env):?string{ + public static function testAll(array $constraintPacks, array $input, array $env):?array{ foreach($constraintPacks as $constraintArgs){ if (!$constraintArgs){ continue;