Closed finncolman closed 5 years ago
Unary operators must be adjacent to variables but this was working incorrectly for arrays. For example $a[0]++ should be fine but this was raising a warning because of the array syntax causing the '++' to not be right next to the variable.
Unary operators must be adjacent to variables but this was working incorrectly for arrays. For example $a[0]++ should be fine but this was raising a warning because of the array syntax causing the '++' to not be right next to the variable.