Passed
Push — master ( 720e2c...c774b0 )
by Mikael
02:10
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.
src/View/ViewHelperTrait.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@  discard block
 block discarded – undo
25 25
     /**
26 26
      * Shortcut to create an url for routing in the framework.
27 27
      *
28
-     * @param string $route route to use for creating the url where "" or null
29
-     *                      means baseurl to current frontcontroller.
30 28
      *
31 29
      * @return string as resulting url.
32 30
      */
@@ -113,7 +111,7 @@  discard block
 block discarded – undo
113 111
      *
114 112
      * @param string $region to render in
115 113
      *
116
-     * @return boolean true or false
114
+     * @return boolean|null true or false
117 115
      */
118 116
     public function renderRegion($region)
119 117
     {
Please login to merge, or discard this patch.