Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
svfcode committed May 10, 2024
1 parent fd8695e commit 898ec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public function replaceArrayVars($_key)

$this->tokens['current'] = new Token(
'T_CONSTANT_ENCAPSED_STRING',
'\'' . trim($var_expression[2][1][$this->tokens->next2->value+1], '\'\"') . '\'',
'\'' . trim($var_expression[2][1][$this->tokens->next2->value + 1], '\'\"') . '\'',
$this->tokens->current->line,
$this->tokens->current->key
);
Expand Down

0 comments on commit 898ec73

Please sign in to comment.