-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Components][ClassLoader] remove DebugClassLoader #4855
Conversation
It seems that we don't have docs for |
You forgot to remove the links from |
@xabbuh these 3 classes are deprecated. So I don't think we really need to document them |
.. index:: | ||
single: ClassLoader; DebugClassLoader | ||
|
||
Debugging a 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.
The url of this page should be added in the redirection map (the only reason why it was done this way rather than removing the page was that because symfony.com was not supporting different redirections per versions of the doc, so it was impossible to remove the page)
I suggest removing this page in older versions |
This PR was squashed before being merged into the 2.5 branch (closes symfony#4944). Discussion ---------- Fix formatting | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5 | Fixed tickets | Commits ------- 6572fea Fix formatting
The `DebugClassLoader` has been moved to the Debug component with Symfony 2.4 and will be removed in 3.0 (see symfony/symfony#13203).
Closing in favor of #4947. |
This PR was submitted for the 2.5 branch but it was merged into the 2.6 branch instead (closes #4947). Discussion ---------- [Components][ClassLoader] remove DebugClassLoader | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.5 | Fixed tickets | The `DebugClassLoader` has been moved to the Debug component with Symfony 2.4 and will be removed in 3.0 (see symfony/symfony#13203). This replaced #4855 by removing the `DebugClassLoader` docs from ClassLoader component in the 2.5 version, but keeping a redirect to the description in the Debug component. The redirection map entry should then be removed once the changes got merged up into the `master` branch. Commits ------- 73e9833 [Components][ClassLoader] remove DebugClassLoader
The
DebugClassLoader
has been moved to the Debug component withSymfony 2.4 and will be removed in 3.0 (see symfony/symfony#13203).