From 23864976b431338efcd326c8bdcdabd3488b0e87 Mon Sep 17 00:00:00 2001 From: egorskov Date: Sun, 20 Oct 2024 22:20:21 +0500 Subject: [PATCH] even --- src/Games/Even.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Games/Even.php b/src/Games/Even.php index 0368865..f502fc6 100644 --- a/src/Games/Even.php +++ b/src/Games/Even.php @@ -5,7 +5,7 @@ use function BrainGames\Engine\communication; use function BrainGames\Engine\arrayNumbers; -function runEven(): void +function runEven() { $game = 'Answer "yes" if the number is even, otherwise answer "no".'; $answers = [];