Completed
Push — master ( 5df87c...d73adc )
by Vitaly
08:09
created
src/Module.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -156,6 +156,9 @@
 block discarded – undo
156 156
         return $this;
157 157
     }
158 158
 
159
+    /**
160
+     * @param string $viewPath
161
+     */
159 162
     public function view($viewPath)
160 163
     {
161 164
         // Find full path to view file
Please login to merge, or discard this patch.
src/View.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 /**
73 73
  * Figure out if module view variable value is correctly set for view output
74 74
  *
75
- * @param \samson\core\iModule $m     Pointer to module
75
+ * @param samson\core\Module|null $m     Pointer to module
76 76
  * @param string               $name  View variable name
77 77
  * @param mixed                $value Value to compare
78 78
  *
Please login to merge, or discard this patch.