Completed
Push — 1.x ( 172e47...c0b773 )
by Akihito
02:19
created
src/AppInjector.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,10 @@
 block discarded – undo
29 29
      */
30 30
     private $appMeta;
31 31
 
32
+    /**
33
+     * @param string $name
34
+     * @param string $contexts
35
+     */
32 36
     public function __construct($name, $contexts)
33 37
     {
34 38
         $this->appMeta = new AppMeta($name, $contexts);
Please login to merge, or discard this patch.