From 319a5257cd929350359cf8be5bca586bb59e7728 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 5 Mar 2021 21:16:39 -0500 Subject: [PATCH] Fix syntax error --- src/Syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Syntax.php b/src/Syntax.php index a3efdd2..9b3aecf 100644 --- a/src/Syntax.php +++ b/src/Syntax.php @@ -37,7 +37,7 @@ class Syntax { /** Syntax to start a multi-line comment */ public string $multiLineCommentStart, /** Syntax to end a multi-line commment */ - public string $multiLineCommentStart, + public string $multiLineCommentEnd, /** Bitflags configuring the specified language syntax */ public int $flags, ) {}