Completed
Push — master ( 0459a0...77b634 )
by Vitaly
11:28 queued 01:43
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
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 /**
68 68
  * Figure out if module view variable value is correctly set for view output
69 69
  *
70
- * @param \samson\core\iModule	$m		Pointer to module
70
+ * @param samson\core\Module|null	$m		Pointer to module
71 71
  * @param string 	$name 	View variable name
72 72
  * @param mixed 	$value	Value to compare
73 73
  * @return boolean If view variable can be displayed in view
Please login to merge, or discard this patch.