@@ -72,7 +72,6 @@ |
||
72 | 72 | * with it, as long as the Dependencies were allready defined. |
73 | 73 | * |
74 | 74 | * @param string $classType Type of the Dependency as $Namespace.$Classname |
75 | - * @param string $name Name of the Dpenedency |
|
76 | 75 | * |
77 | 76 | * @throws \Exception if some required dependencies could not be found. |
78 | 77 | */ |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | * Configuration, you can create this Factory by its own. |
45 | 45 | * Just take a look at the Specs |
46 | 46 | * |
47 | - * @param Puice\Config $config Configuration Object holding all |
|
47 | + * @param Config $config Configuration Object holding all |
|
48 | 48 | * Application Dependencies, which will be |
49 | 49 | * passed to all objects created by this |
50 | 50 | * class. If you only want to use this |
@@ -61,7 +61,6 @@ discard block |
||
61 | 61 | * with it, as long as the Dependencies were allready defined. |
62 | 62 | * |
63 | 63 | * @param string $classType Type of the Dependency as $Namespace.$Classname |
64 | - * @param string $name Name of the Dpenedency |
|
65 | 64 | * |
66 | 65 | * @throws \Exception if some required dependencies could not be found. |
67 | 66 | */ |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace Puice; |
15 | 15 | |
16 | 16 | use Puice\Config; |
17 | -use Puice\Type\String; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * The generic Factory. |