Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 5990564

Browse files
Merge branch '2.7' into 2.8
* 2.7: [DI] minor docblock fixes
2 parents f735c66 + 5d77753 commit 5990564

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

ClassCollectionLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ private static function writeCacheFile($file, $content)
294294
/**
295295
* Gets an ordered array of passed classes including all their dependencies.
296296
*
297-
* @param array $classes
298-
*
299297
* @return \ReflectionClass[] An array of sorted \ReflectionClass instances (dependencies added if needed)
300298
*
301299
* @throws \InvalidArgumentException When a class can't be loaded

Psr4ClassLoader.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
*/
2121
class Psr4ClassLoader
2222
{
23-
/**
24-
* @var array
25-
*/
2623
private $prefixes = array();
2724

2825
/**

0 commit comments

Comments
 (0)