]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Twig/PackTokenParser.php
Fix indentation
[packbundle] / 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') {