Skip to content

[Components][ClassLoader] remove DebugClassLoader #4855

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions components/class_loader/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ load all of your project's classes.

You can use both the ``ApcClassLoader`` and the ``XcacheClassLoader`` to
:doc:`cache </components/class_loader/cache_class_loader>` a ``ClassLoader``
instance or the ``DebugClassLoader`` to :doc:`debug </components/class_loader/debug_class_loader>`
it.
instance.

Usage
-----
Expand Down
11 changes: 0 additions & 11 deletions components/class_loader/debug_class_loader.rst

This file was deleted.

1 change: 0 additions & 1 deletion components/class_loader/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ ClassLoader
psr4_class_loader
map_class_loader
cache_class_loader
debug_class_loader
class_map_generator
4 changes: 2 additions & 2 deletions components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ by using the following methods:
:method:`Symfony\\Component\\HttpFoundation\\Request::getCharsets`
Returns the list of accepted charsets ordered by descending quality.

* :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`:
returns the list of accepted charsets ordered by descending quality;
:method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`
Returns the list of accepted encodings ordered by descending quality.

.. versionadded:: 2.4
The ``getEncodings()`` method was introduced in Symfony 2.4.
Expand Down
1 change: 0 additions & 1 deletion components/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* :doc:`/components/class_loader/psr4_class_loader`
* :doc:`/components/class_loader/map_class_loader`
* :doc:`/components/class_loader/cache_class_loader`
* :doc:`/components/class_loader/debug_class_loader`
* :doc:`/components/class_loader/class_map_generator`

* :doc:`/components/config/index`
Expand Down
1 change: 1 addition & 0 deletions redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/cookbook/service_container/tags /components/dependency_injection/tags
/reference/configuration/mongodb /bundles/DoctrineMongoDBBundle/config
/reference/YAML /components/yaml
/components/class_loader/debug_class_loader /components/debug/class_loader
/components/dependency_injection /components/dependency_injection/introduction
/components/event_dispatcher /components/event_dispatcher/introduction
/components/http_foundation /components/http_foundation/introduction
Expand Down