Skip to content

Commit

Permalink
minor #35027 Docs - Update debug section of UPGRADE guides for 4.4 an…
Browse files Browse the repository at this point in the history
…d 5.0 versions. (QuentinCurtet)

This PR was submitted for the master branch but it was squashed and merged into the 4.4 branch instead.

Discussion
----------

Docs - Update debug section of UPGRADE guides for 4.4 and 5.0 versions.

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #34968
| License       | MIT

Update the UPGRADE guides for 4.4 and 5.0 versions (specifically the debug section) because it was not clearly specified that it's necessary to replace `use Symfony\Component\Debug\Debug;` to `use Symfony\Component\ErrorHandler\Debug;`.

Commits
-------

a3d90be Docs - Update debug section of UPGRADE guides for 4.4 and 5.0 versions.
  • Loading branch information
nicolas-grekas committed Dec 18, 2019
2 parents d7a0679 + a3d90be commit 5b5ac83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADE-4.4.md
Expand Up @@ -19,6 +19,7 @@ Debug
-----

* Deprecated the component in favor of the `ErrorHandler` component
* Replace uses of `Symfony\Component\Debug\Debug` by `Symfony\Component\ErrorHandler\Debug`

Config
------
Expand Down
1 change: 1 addition & 0 deletions UPGRADE-5.0.md
Expand Up @@ -60,6 +60,7 @@ Debug
-----

* Removed the component in favor of the `ErrorHandler` component
* Replace uses of `Symfony\Component\Debug\Debug` by `Symfony\Component\ErrorHandler\Debug`

DependencyInjection
-------------------
Expand Down

0 comments on commit 5b5ac83

Please sign in to comment.