Completed
Push — master ( 9ca9d9...72ab7d )
by Dmitry
04:11 queued 01:35
created
src/php/Application.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class Application
9 9
 {
10
+    /**
11
+     * @param string $root
12
+     */
10 13
     function __construct($root)
11 14
     {
12 15
         $container = $this->container = new Container;
Please login to merge, or discard this patch.