Test Failed
Push — master ( c5de53...cf76ff )
by Mikael
02:00
created
src/View/ViewCollection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      *
180 180
      * @param string $region which region to check
181 181
      *
182
-     * @return $this
182
+     * @return boolean
183 183
      */
184 184
     public function hasContent($region)
185 185
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
      *
194 194
      * @param string $region which region to use
195 195
      *
196
-     * @return void
196
+     * @return ViewCollection|null
197 197
      */
198 198
     public function render($region = "main")
199 199
     {
Please login to merge, or discard this patch.