Completed
Branch master (df5542)
by Tobias
02:04
created
Tests/ProviderAggregatorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -142,6 +142,9 @@
 block discarded – undo
142 142
 {
143 143
     protected $name;
144 144
 
145
+    /**
146
+     * @param string $name
147
+     */
145 148
     public function __construct($name)
146 149
     {
147 150
         $this->name = $name;
Please login to merge, or discard this patch.