Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Laravel] Add Laravel 6 instant upgrade set #1949

Closed
TomasVotruba opened this issue Sep 3, 2019 · 2 comments · Fixed by #2195
Closed

[Laravel] Add Laravel 6 instant upgrade set #1949

TomasVotruba opened this issue Sep 3, 2019 · 2 comments · Fixed by #2195

Comments

@TomasVotruba
Copy link
Member

TomasVotruba commented Sep 3, 2019

@bskiefer
Copy link

+1

@TomasVotruba
Copy link
Member Author

TomasVotruba commented Oct 24, 2019

  • laravel/framework@dcd6b59 - return deny

  • remove parameter type declaration - laravel/framework@67a38ba

  • laravel/framework@69de466 - method rename

  • The Lang::trans and Lang::transChoice methods of the translator have been renamed to Lang::get and Lang::choice - method rename - laravel/framework@efbe23c

  • The Input facade, which was primarily a duplicate of the Request facade, has been removed. If you are using the Input::get method, you should now call the Request::input method. All other calls to the Input facade may simply be updated to use the Request facade . laravel/framework@55785d3, static method call rename

  • The form request's validationData method was changed from protected to public. If you are overriding this method in your implementation, you should update the visibility to public, method visibility change protectedpublic, laravel/framework@e47e914

  • The Lang::get and Lang::getFromJson methods have been consolidated. Calls to the Lang::getFromJson method should be updated to call Lang::get - laravel/framework@697b898 - method rename

  • laravel/framework@6c1e014 - extra argument added

@TomasVotruba TomasVotruba changed the title [Laravel] Upgrade to 6 [Laravel] Add Larave 6 instant upgrade set Oct 24, 2019
@TomasVotruba TomasVotruba changed the title [Laravel] Add Larave 6 instant upgrade set [Laravel] Add Laravel 6 instant upgrade set Oct 24, 2019
TomasVotruba added a commit that referenced this issue Mar 21, 2022
rectorphp/rector-src@d5c5fe3 [Php80] Handle return match no default on ChangeSwitchToMatchRector (#1949)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants