-
-
Notifications
You must be signed in to change notification settings - Fork 741
Labels
Description
>write(
- '<?php if (App\SomeClass::createCache($netteCacheStorage, %var, $this->global->cacheStack, %node.array?)) { ?>',
+ '<?php if (' . SomeClass::class . '::createCache($netteCacheStorage, %var, $this->global->cacheStack, %node.array?)) { ?>',
\md5($node->args)
);Just for classes in String_ node
Reactions are currently unavailable