Passed
Branch master (c2d18e)
by Mikael
02:36
created
src/View/ViewContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      *
143 143
      * @param string $region which region to check
144 144
      *
145
-     * @return $this
145
+     * @return boolean
146 146
      */
147 147
     public function hasContent($region)
148 148
     {
Please login to merge, or discard this patch.
src/View/ViewHelperTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      *
114 114
      * @param string $region to render in
115 115
      *
116
-     * @return boolean true or false
116
+     * @return boolean|null true or false
117 117
      */
118 118
     public function renderRegion($region)
119 119
     {
Please login to merge, or discard this patch.