mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
* Fixed issue where '1 / x' is considered to be equal to 'x' Fixed issue where '($var + 1)' inside another expression is considered to be equal to '1' Expanded unit test for ValueResolver * Made tests more explicit