Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 574d7a8

Browse files
committed
[#2913] Removing versionadded 2.1 messages from the master branch
1 parent c8dfa9e commit 574d7a8

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

components/class_loader/cache_class_loader.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ for a class.
2626
ApcClassLoader
2727
--------------
2828

29-
.. versionadded:: 2.1
30-
The ``ApcClassLoader`` class was added in Symfony 2.1.
31-
3229
``ApcClassLoader`` wraps an existing class loader and caches calls to its
3330
``findFile()`` method using `APC`_::
3431

@@ -49,9 +46,6 @@ ApcClassLoader
4946
XcacheClassLoader
5047
-----------------
5148

52-
.. versionadded:: 2.1
53-
The ``XcacheClassLoader`` class was added in Symfony 2.1.
54-
5549
``XcacheClassLoader`` uses `XCache`_ to cache a class loader. Registering
5650
it is straightforward::
5751

components/class_loader/class_loader.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
The PSR-0 Class Loader
55
======================
66

7-
.. versionadded:: 2.1
8-
The ``ClassLoader`` class was added in Symfony 2.1.
9-
107
If your classes and third-party libraries follow the `PSR-0`_ standard, you
118
can use the :class:`Symfony\\Component\\ClassLoader\\ClassLoader` class to
129
load all of your project's classes.

components/class_loader/debug_class_loader.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Debugging a Class Loader
55
========================
66

7-
.. versionadded:: 2.1
8-
The ``DebugClassLoader`` class was added in Symfony 2.1.
9-
107
The :class:`Symfony\\Component\\ClassLoader\\DebugClassLoader` attempts to
118
throw more helpful exceptions when a class isn't found by the registered
129
autoloaders. All autoloaders that implement a ``findFile()`` method are replaced

0 commit comments

Comments
 (0)