Completed
Pull Request — master (#19)
by John
04:27
created
test/test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
 
11 11
     private $runtime;
12 12
 
13
+    /**
14
+     * @param string $dependency
15
+     */
13 16
     private function __construct($dependency)
14 17
     {
15 18
         $this->dependency = $dependency;
Please login to merge, or discard this patch.