Completed
Push — master ( 0ed94f...daa6db )
by Arnold
02:58
created
src/View/PHP.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     public function getPath()
47 47
     {
48
-       return $this->path; 
48
+        return $this->path; 
49 49
     }
50 50
     
51 51
     /**
Please login to merge, or discard this patch.
src/View/PluginInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@  discard block
 block discarded – undo
13 13
      * Called when the plugin is added to the view.
14 14
      * 
15 15
      * @param ViewInterface $view
16
+     * @return void
16 17
      */
17 18
     public function onAdd(ViewInterface $view);
18 19
     
@@ -22,6 +23,7 @@  discard block
 block discarded – undo
22 23
      * @param ViewInterface $view
23 24
      * @param string        $template   Template filename
24 25
      * @param array         $context
26
+     * @return void
25 27
      */
26 28
     public function onRender(ViewInterface $view, $template, array $context);
27 29
 }
Please login to merge, or discard this patch.