Ruud Kamphuis a0e735a652
Add failing test fixture for StringifyStrNeedlesRector (#5461)
* Add failing test fixture for StringifyStrNeedlesRector

# Failing Test for StringifyStrNeedlesRector

Based on https://getrector.org/demo/d2da9632-23c3-4f71-b800-219c8871639c

It should understand that `PHP_EOL` is a constant that is always a `string`. Therefore, no need to cast it to string.

* Support UnionType in NodeTypeAnalyser
2021-02-09 14:07:00 +01:00
..