File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2582,8 +2582,8 @@ private function _checkEmptyBlock() {
2582
2582
* This function is launched when the current token is T_ENCAPSED_AND_WHITESPACE.
2583
2583
*/
2584
2584
private function _checkEncapsedVariablesInsideString () {
2585
- if ($ this ->_isActive ('encapsedVariablesInsideString ' ) AND !$ this ->statementStack ->getCurrentStackItem ()->inHeredoc
2586
- OR ($ this ->_inFuncCall AND !$ this ->_config ->isException ('encapsedVariablesInsideString ' , end ($ this ->_currentFuncCall )))) {
2585
+ if ($ this ->_isActive ('encapsedVariablesInsideString ' ) AND ( !$ this ->statementStack ->getCurrentStackItem ()->inHeredoc
2586
+ OR ($ this ->_inFuncCall AND !$ this ->_config ->isException ('encapsedVariablesInsideString ' , end ($ this ->_currentFuncCall ))))) {
2587
2587
$ this ->_writeError ('encapsedVariablesInsideString ' , $ this ->_getMessage ('VARIABLE_INSIDE_STRING ' ));
2588
2588
}
2589
2589
}
You can’t perform that action at this time.
0 commit comments