mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 10:43:35 +01:00
* [PHP 8.0] Improve NullsafeOperatorRector : Check against !== null * [ci-review] Apply coding standards * [ci-review] Rector Rectify * phpstan * try process next only * not identical process only direct if after assign * phpstan * [ci-review] Rector Rectify * not identical with non-null check * not identical with non-null check * add yoda condition * phpstan * [ci-review] Apply coding standards * move check if cond using assign identical/not identical to IfManipulator service * cs fix * [ci-review] Rector Rectify * [ci-review] Apply coding standards * move NullSafe process to NullsafeManipulator service * phpstan * [ci-review] Apply coding standards * use instanceof check Co-authored-by: rector-bot <tomas@getrector.org>