From: Raphaƫl Gertz Date: Tue, 23 Feb 2021 23:15:34 +0000 (+0100) Subject: Fix indentation X-Git-Tag: 0.1.7 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/fb161d430e7d496f7db5e33e10db2f501f2b360d Fix indentation --- 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') {