mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Add accessor callback; Add ?? operator
This commit is contained in:
@ -964,7 +964,7 @@ class Compiler
|
||||
return;
|
||||
}
|
||||
$tokens->next();
|
||||
if($tokens->is('(') || !$tokens->isNext(')')){
|
||||
if ($tokens->is('(') || !$tokens->isNext(')')) {
|
||||
$tokens->next();
|
||||
while ($tokens->is(Tokenizer::MACRO_STRING, T_VARIABLE)) {
|
||||
$param = $tokens->current();
|
||||
|
Reference in New Issue
Block a user