-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Removed the docs about Debug #12677
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
Removed the docs about Debug #12677
Conversation
@@ -3,6 +3,7 @@ Debugging a Class Loader | |||
|
|||
.. caution:: | |||
|
|||
The ``DebugClassLoader`` from the ClassLoader component was deprecated | |||
in Symfony 2.5 and removed in Symfony 3.0. Use the | |||
:ref:`DebugClassLoader provided by the Debug component <component-debug-class-loader>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this old deprecation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may remove it ... but I think that keeping it (only in 3.4) is also OK.
ecfbed9
to
679a28c
Compare
@@ -3,6 +3,7 @@ Debugging a Class Loader | |||
|
|||
.. caution:: | |||
|
|||
The ``DebugClassLoader`` from the ClassLoader component was deprecated | |||
in Symfony 2.5 and removed in Symfony 3.0. Use the | |||
:ref:`DebugClassLoader provided by the Debug component <component-debug-class-loader>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may remove it ... but I think that keeping it (only in 3.4) is also OK.
679a28c
to
bd47ded
Compare
Redirection added, ready to merge imho |
Thanks Wouter. |
This PR was merged into the 3.4 branch. Discussion ---------- Removed the docs about Debug The doc does nothing more than showing a `composer install` command and linking to a class on github. #SymfonyHackathon Commits ------- bd47ded Removed the Debug component
This PR was merged into the 4.3 branch. Discussion ---------- Follow up to remove the debug component Follows #12677 This will fix [Travis](https://travis-ci.org/symfony/symfony-docs/builds/617199238) to be 💚 again! We need to check the following branches afterwards if there are some more occurences Commits ------- 1ac16e1 Follow up to remove the debug component
The doc does nothing more than showing a
composer install
command and linking to a class on github.#SymfonyHackathon