Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit acee849

Browse files
committedMay 31, 2019
Remove shortNoEscape (deprecated in Latte 2.4.0 and removed in Latte 2.5.0)
1 parent 075d4a0 commit acee849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/Extractors/LatteExtractor.php

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function extractFile($file, MessageCatalogue $catalogue)
4646
{
4747
$buffer = NULL;
4848
$parser = new Parser();
49-
$parser->shortNoEscape = TRUE;
5049

5150
foreach ($tokens = $parser->parse(file_get_contents($file)) as $token) {
5251
if ($token->type !== $token::MACRO_TAG || !in_array($token->name, ['_', '/_'], TRUE)) {

0 commit comments

Comments
 (0)
Failed to load comments.