From e95bc80fd0f506326ddef251835d0d5330ed5b2e Mon Sep 17 00:00:00 2001 From: Lubos Kolouch Date: Sat, 26 Feb 2022 13:22:46 +0100 Subject: fix(challenge-153/lubos-kolouch/php/ch-1.php): Add ?> to the end of file --- challenge-153/lubos-kolouch/php/ch-1.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/challenge-153/lubos-kolouch/php/ch-1.php b/challenge-153/lubos-kolouch/php/ch-1.php index 7b7c50e199..5b0656f7b1 100644 --- a/challenge-153/lubos-kolouch/php/ch-1.php +++ b/challenge-153/lubos-kolouch/php/ch-1.php @@ -57,3 +57,5 @@ array_diff($calculator->get_left_factorial(10), [ 46234, 409114, ]) == [] or throw new Exception("Failed test 1"); + +?> -- cgit