Passed
Push — master ( 10efa0...315ecd )
by Mikael
02:14
created
src/View/ViewContainer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      *
142 142
      * @param string $region which region to check
143 143
      *
144
-     * @return $this
144
+     * @return boolean
145 145
      */
146 146
     public function hasContent($region)
147 147
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
      *
171 171
      * @param string $region which region to use
172 172
      *
173
-     * @return void
173
+     * @return ViewContainer|null
174 174
      */
175 175
     public function render($region = "main")
176 176
     {
Please login to merge, or discard this patch.