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

Commit 9ae87e8

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent 2c42356 commit 9ae87e8

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

ApcClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class ApcClassLoader
5757
protected $decorated;
5858

5959
/**
60-
* Constructor.
61-
*
6260
* @param string $prefix The APC namespace prefix to use
6361
* @param object $decorated A class loader object that implements the findFile() method
6462
*

ApcUniversalClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ class ApcUniversalClassLoader extends UniversalClassLoader
6868
private $prefix;
6969

7070
/**
71-
* Constructor.
72-
*
7371
* @param string $prefix A prefix to create a namespace in APC
7472
*
7573
* @throws \RuntimeException

DebugClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class DebugClassLoader
3131
private $classFinder;
3232

3333
/**
34-
* Constructor.
35-
*
3634
* @param object $classFinder
3735
*/
3836
public function __construct($classFinder)

MapClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class MapClassLoader
2121
private $map = array();
2222

2323
/**
24-
* Constructor.
25-
*
2624
* @param array $map A map where keys are classes and values the absolute file path
2725
*/
2826
public function __construct(array $map)

WinCacheClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class WinCacheClassLoader
5858
protected $decorated;
5959

6060
/**
61-
* Constructor.
62-
*
6361
* @param string $prefix The WinCache namespace prefix to use
6462
* @param object $decorated A class loader object that implements the findFile() method
6563
*

XcacheClassLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class XcacheClassLoader
5858
private $decorated;
5959

6060
/**
61-
* Constructor.
62-
*
6361
* @param string $prefix The XCache namespace prefix to use
6462
* @param object $decorated A class loader object that implements the findFile() method
6563
*

0 commit comments

Comments
 (0)