From 2b139a86359392e5fc07ab373f2e5b080c7c1918 Mon Sep 17 00:00:00 2001 From: SerhiiCho Date: Sun, 19 Nov 2023 17:37:53 +0200 Subject: [PATCH] Add extra line to ParserError.php --- src/CoreParser/ParserError.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreParser/ParserError.php b/src/CoreParser/ParserError.php index 5670773..a2d6779 100644 --- a/src/CoreParser/ParserError.php +++ b/src/CoreParser/ParserError.php @@ -37,4 +37,4 @@ public static function elseIfBlockWrongPlace(): string self::PREFIX, ); } -} \ No newline at end of file +}