Skip to content

Commit 37a235d

Browse files
committed
CacheMacro: internal variables are prefixed $ʟ_
1 parent 499b227 commit 37a235d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bridges/CacheLatte/CacheMacro.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public function nodeClosed(Latte\MacroNode $node)
7575
$node->closingCode = Latte\PhpWriter::using($node)
7676
->write('<?php
7777
Nette\Bridges\CacheLatte\CacheMacro::endCache($this->global->cacheStack, %node.array?);
78-
} catch (\Throwable $__e) {
79-
Nette\Bridges\CacheLatte\CacheMacro::rollback($this->global->cacheStack); throw $__e;
78+
} catch (\Throwable $ʟ_e) {
79+
Nette\Bridges\CacheLatte\CacheMacro::rollback($this->global->cacheStack); throw $ʟ_e;
8080
} ?>');
8181
}
8282

0 commit comments

Comments
 (0)