From 8fb515ede4f806d21f0045042db3acc374b7a787 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 7 Oct 2023 15:48:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Json5Decoder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Json5Decoder.php b/src/Json5Decoder.php index a876894..eb51e1c 100644 --- a/src/Json5Decoder.php +++ b/src/Json5Decoder.php @@ -624,7 +624,7 @@ private static function getEscapee(string $ch): ?string case 'r': return "\r"; case 't': return "\t"; default: return null; - // @codingStandardsIgnoreEnd + // @codingStandardsIgnoreEnd } } }