sstalle/php7cc

space between = and & fools the checker where =& would be caught

sidney opened this issue · 0 comments

The largest set of things that were missed in the code I checked was assignment of a reference to new object that was caught fine when it had =& but was missed everywhere the code had a space between the = and the &. Might be poor practice, but that's the code I had to work with.