Skip to content

Commit

Permalink
minor #18802 [FrameworkBundle] update upgrade instructions (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0 branch.

Discussion
----------

[FrameworkBundle] update upgrade instructions

| Q             | A
| ------------- | ---
| Branch?       | 3.0
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #18801
| License       | MIT
| Doc PR        |

Commits
-------

187b645 [FrameworkBundle] update upgrade instructions
  • Loading branch information
fabpot committed May 17, 2016
2 parents 2484087 + 187b645 commit 720dac1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE-3.0.md
Expand Up @@ -636,6 +636,11 @@ UPGRADE FROM 2.x to 3.0
be removed in Symfony 3.0. Use the `debug:config`, `debug:container`,
`debug:router`, `debug:translation` and `lint:yaml` commands instead.

* The base `Controller`class is now abstract.

* The visibility of all methods of the base `Controller` class has been changed from
`public` to `protected`.

* The `getRequest` method of the base `Controller` class has been deprecated
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
way to get the `Request` object is to inject it in the action method.
Expand Down

0 comments on commit 720dac1

Please sign in to comment.