We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf96a97 commit c507d6dCopy full SHA for c507d6d
src/Manager.php
@@ -262,7 +262,7 @@ public function collectFromViews()
262
263
$pattern =
264
// See https://regex101.com/r/jS5fX0/1
265
- '[^\w]'. // Must not start with any alpha numeric character or underscore
+ '[^\w|>]'. // Must not start with any alpha numeric character or underscore
266
'('.implode('|', $functions).')'.// Must start with one of the functions
267
"\(".// Match opening parentheses
268
"[\'\"]".// Match " or '
0 commit comments