From fb161d430e7d496f7db5e33e10db2f501f2b360d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 24 Feb 2021 00:15:34 +0100 Subject: [PATCH] Fix indentation --- Twig/PackTokenParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twig/PackTokenParser.php b/Twig/PackTokenParser.php index 3319ab2..9f2bf14 100644 --- a/Twig/PackTokenParser.php +++ b/Twig/PackTokenParser.php @@ -355,7 +355,7 @@ class PackTokenParser extends AbstractTokenParser { //Resolve bundle prefix try { $prefix = $this->locator->locate($bundle); - //Catch bundle does not exist or is not enabled exception + //Catch bundle does not exist or is not enabled exception } catch(\InvalidArgumentException $e) { //Fix lowercase first bundle character if ($bundle[1] > 'Z' || $bundle[1] < 'A') { -- 2.41.0