Completed
Push — master ( c3faac...8e8eee )
by wen
13:29
created
src/View/View.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         $this->extensions->initialize();
42 42
     }
43 43
 
44
+    /**
45
+     * @param string $name
46
+     */
44 47
     public function extend($name, ExtensionInterface $extension)
45 48
     {
46 49
         $this->extensions->put($name, $extension);
Please login to merge, or discard this patch.