Completed
Push — master ( bd6151...e9b616 )
by
unknown
30s
created
Zewa/View.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
         }
227 227
 
228 228
         foreach ($sheets as $sheet) {
229
-            $string .= '<link rel="stylesheet" href="' . $sheet .'">' . "\r\n";
229
+            $string .= '<link rel="stylesheet" href="' . $sheet . '">' . "\r\n";
230 230
         }
231 231
 
232 232
         return $string;
Please login to merge, or discard this 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.