Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdef4d
)
Fix indentation
0.1.7
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 23 Feb 2021 23:15:34 +0000
(
00:15
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 23 Feb 2021 23:15:34 +0000
(
00:15
+0100)
Twig/PackTokenParser.php
patch
|
blob
|
history
diff --git
a/Twig/PackTokenParser.php
b/Twig/PackTokenParser.php
index 3319ab265063893de9d146ccd2b02b11cdd6e95b..9f2bf145421fe4ba5e67b2e74c7b4614d66e3510 100644
(file)
--- 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') {