From 8222aefd3407d59e1d9b41c19e2eed00499e2b32 Mon Sep 17 00:00:00 2001 From: John Koster Date: Sat, 23 Oct 2021 15:22:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.php b/src/Parser.php index 49a0acd..97bd4fe 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -68,7 +68,7 @@ public function parseString($string, $context = []) /** * Converts a PHP string into an array of raw PHP expressions. * - * @param string $string The raw string. + * @param string $string The raw string. * @return array */ public function safeSplitString($string)