Completed
Branch master (b010a2)
by Alwin
06:10
created
src/Puice.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Puice/Factory.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.