From 8208f0b57ff1e9becb6cd51018cb32f1d5f25948 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 15 Jun 2024 19:22:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.php b/src/Main.php index 46abf69..ceb6ba0 100644 --- a/src/Main.php +++ b/src/Main.php @@ -209,7 +209,7 @@ final class Main continue; } if (!isset(self::GLOBAL_CODES[$err])) { - echo("Missing code for $err!\n"); + echo "Missing code for $err!\n"; } $r[self::GLOBAL_CODES[$err]][$err] = []; }