8000 [ClassLoader] removed deprecated UniversalClassLoader and DebugClassL… · symfony/symfony@1d7cbdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d7cbdd

Browse files
author
Hugo Hamon
committed
[ClassLoader] removed deprecated UniversalClassLoader and DebugClassLoader classes.
1 parent 7b6f6d7 commit 1d7cbdd

13 files changed

+78
-926
lines changed

src/Symfony/Component/ClassLoader/ApcClassLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*
1717
* It expects an object implementing a findFile method to find the file. This
1818
* allows using it as a wrapper around the other loaders of the component (the
19-
* ClassLoader and the UniversalClassLoader for instance) but also around any
20-
* other autoloaders following this convention (the Composer one for instance).
19+
* ClassLoader for instance) but also around any other autoloaders following
20+
* this convention (the Composer one for instance).
2121
*
2222
* // with a Symfony autoloader
2323
* use Symfony\Component\ClassLoader\ClassLoader;

src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/Symfony/Component/ClassLoader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
3.0.0
5+
-----
6+
7+
* The DebugClassLoader class has been removed
8+
* The DebugUniversalClassLoader class has been removed
9+
* The UniversalClassLoader class has been removed
10+
* The ApcUniversalClassLoader class has been removed
11+
412
2.4.0
513
-----
614

src/Symfony/Component/ClassLoader/DebugClassLoader.php

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/Symfony/Component/ClassLoader/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ $loader->addPrefix('Symfony', __DIR__.'/src');
2525
$loader->addPrefix('Monolog', __DIR__.'/vendor/monolog/src');
2626
```
2727

28-
The `addPrefix()` method takes a namespace prefix and a path where to
29-
look for the classes as arguments.
28+
The `addPrefix()` method takes a namespace prefix and a path where to look for
29+
the classes as arguments.
3030

3131
You can also register a sub-namespaces:
3232

0 commit comments

Comments
 (0)
0