Completed
Branch master (4610a3)
by Pierre-Henry
32:24
created
_protected/framework/Cache/Cache.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      *
168 168
      * @param bool $bPrint
169 169
      *
170
-     * @return bool|int|float|string|array|object Returns the converted cache value if successful, FALSE otherwise.
170
+     * @return \stdClass Returns the converted cache value if successful, FALSE otherwise.
171 171
      */
172 172
     public function get($bPrint = false)
173 173
     {
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
      *
186 186
      * @param string $sData
187 187
      *
188
-     * @return string|null|self If the cache is disabled, returns null, otherwise returns this class.
188
+     * @return null|Cache If the cache is disabled, returns null, otherwise returns this class.
189 189
      */
190 190
     public function put($sData)
191 191
     {
Please login to merge, or discard this patch.