Passed
Push — master ( f54e31...ad3cee )
by Thierry
09:31 queued 04:37
created
src/Utils/DI/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
     /**
311 311
      * Set an alias
312 312
      *
313
-     * @param string|ReflectionClass    $xClass         The class name or the reflection class
313
+     * @param ReflectionClass    $xClass         The class name or the reflection class
314 314
      *
315 315
      * @return null|object
316 316
      */
Please login to merge, or discard this patch.
src/Utils/Pagination/Renderer.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      * @param string    $sEnabledText   The text of the link if it is enabled
135 135
      * @param string    $sDisabledText  The text of the link if it is disabled
136 136
      *
137
-     * @return string
137
+     * @return null|\Jaxon\Utils\View\Store
138 138
      */
139 139
     protected function getLink($nNumber, $sTemplate, $sEnabledText, $sDisabledText)
140 140
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Render the previous link.
153 153
      *
154
-     * @return string
154
+     * @return null|\Jaxon\Utils\View\Store
155 155
      */
156 156
     protected function getPrevLink()
157 157
     {
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     /**
163 163
      * Render the next link.
164 164
      *
165
-     * @return string
165
+     * @return null|\Jaxon\Utils\View\Store
166 166
      */
167 167
     protected function getNextLink()
168 168
     {
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
      *
176 176
      * @param integer        $nNumber         The page number
177 177
      *
178
-     * @return string
178
+     * @return null|\Jaxon\Utils\View\Store
179 179
      */
180 180
     protected function getPageLink($nNumber)
181 181
     {
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
      * @param integer   $currentPage        The current page number
191 191
      * @param integer   $totalPages         The total number of pages
192 192
      *
193
-     * @return string
193
+     * @return null|\Jaxon\Utils\View\Store
194 194
      */
195 195
     public function render(array $aPageNumbers, $currentPage, $totalPages)
196 196
     {
Please login to merge, or discard this patch.