mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
* 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