]> Raphaël G. Git Repositories - packbundle/commitdiff
Fix indentation 0.1.7
authorRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:15:34 +0000 (00:15 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:15:34 +0000 (00:15 +0100)
Twig/PackTokenParser.php

index 3319ab265063893de9d146ccd2b02b11cdd6e95b..9f2bf145421fe4ba5e67b2e74c7b4614d66e3510 100644 (file)
@@ -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') {