Released Rector 0.11 with Scoped and PHP 7.1 version by Default #6413
TomasVotruba
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
United Release of Prefixed & Downgraded Version 🚀🚀🚀
For a long time, Rector published 2 releases. It was often confusing which to use when and how they differ. Last couple of month we tried to make them as similar as possible to make transition as smooth as possible.
Since 0.11 we're moving from 2 repositories
rectorphp/rector
andrectorphp/rector-prefixed
to just onerectorphp/rector
.This repository is downgraded to PHP 7.1 and scoped.
Read more in Prefixed Rector by Default.
How to Upgrade?
or
New Features 🎉
.editorconfig
- thanks @sabbelasichondump_node()
function for easier Rector developingnever
upgrade to PHP 8.1 - see https://wiki.php.net/rfc/noreturn_type [PHP 8.1]CallUserFuncToMethodCallRector
to removecall_user_func()
magic [CodingStyle]FuncGetArgsToVariadicParamRector
to removefunc_get_args()
magic [CodingStyle]CallUserFuncCallToVariadicRector
[CodingStyle]Bugfixes 🐛
This discussion was created from the release Released Rector 0.11 with Scoped and PHP 7.1 version by Default.
Beta Was this translation helpful? Give feedback.
All reactions