From 898ec7327a5a1e3855fb4c5176a8941ca3df128b Mon Sep 17 00:00:00 2001 From: svfcode Date: Fri, 10 May 2024 10:17:04 +0300 Subject: [PATCH] fix phpcs --- Modules/Variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Variables.php b/Modules/Variables.php index b825329..c387f6b 100644 --- a/Modules/Variables.php +++ b/Modules/Variables.php @@ -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 );