Completed
Push — master ( 8a64d2...eae949 )
by Dmitry
12:06 queued 10:18
created
src/Application.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 {
10 10
     private $startTime;
11 11
 
12
+    /**
13
+     * @param string $root
14
+     */
12 15
     public function __construct($root)
13 16
     {
14 17
         $this->startTime = microtime(1);
Please login to merge, or discard this patch.