From 2116a704bfcbdc2f556b98b7b0bbc04e09a8347b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 8 Mar 2024 20:23:56 +0100 Subject: [PATCH] style: Fix CS --- bin/console | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/console b/bin/console index d37a941..af9b900 100755 --- a/bin/console +++ b/bin/console @@ -10,6 +10,8 @@ * file that was distributed with this source code. */ +declare(strict_types=1); + // Debug only set_time_limit(0);