Completed
Pull Request — master (#70)
by
unknown
02:33
created
Zewa/View.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -170,6 +170,9 @@  discard block
 block discarded – undo
170 170
         return false;
171 171
     }
172 172
 
173
+    /**
174
+     * @param boolean|string $layout
175
+     */
173 176
     public function setLayout($layout)
174 177
     {
175 178
 
@@ -211,6 +214,10 @@  discard block
 block discarded – undo
211 214
      * @return string processed content
212 215
      */
213 216
     //@TODO: come back and clean up this and the way the view receives stuff
217
+
218
+    /**
219
+     * @param string|boolean $file
220
+     */
214 221
     private function process($file)
215 222
     {
216 223
         ob_start();
Please login to merge, or discard this patch.