Completed
Push — refactor-01-decoupling ( 3120c6...67e15f )
by John
07:09 queued 04:30
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.