Completed
Pull Request — master (#101)
by
unknown
02:32
created
Zewa/View.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 
119 119
     /**
120 120
      * formats and prepares view for inclusion
121
-     * @param $viewName
121
+     * @param string|boolean $viewName
122 122
      * @return string
123 123
      * @throws Exception\LookupException
124 124
      */
@@ -169,6 +169,9 @@  discard block
 block discarded – undo
169 169
         }
170 170
     }
171 171
 
172
+    /**
173
+     * @param string|boolean $layout
174
+     */
172 175
     public function setLayout($layout = null)
173 176
     {
174 177
         if ($layout === null) {
Please login to merge, or discard this patch.