Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas Grekas eb2590d94c Remove useless docblocks 2017-10-29 10:49:53 +01:00
Nicolas Grekas 5d77753a96 [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
3 changed files with 0 additions and 11 deletions
-2
View File
@@ -294,8 +294,6 @@ REGEX;
/**
* Gets an ordered array of passed classes including all their dependencies.
*
* @param array $classes
*
* @return \ReflectionClass[] An array of sorted \ReflectionClass instances (dependencies added if needed)
*
* @throws \InvalidArgumentException When a class can't be loaded
-3
View File
@@ -20,9 +20,6 @@ namespace Symfony\Component\ClassLoader;
*/
class Psr4ClassLoader
{
/**
* @var array
*/
private $prefixes = array();
/**
-6
View File
@@ -49,12 +49,6 @@ namespace Symfony\Component\ClassLoader;
class XcacheClassLoader
{
private $prefix;
/**
* A class loader object that implements the findFile() method.
*
* @var object
*/
private $decorated;
/**