Explorar o código

Fixes DocBlock in Zend_Cache_Backend_ZendServer_Disk

Frank Brückner %!s(int64=11) %!d(string=hai) anos
pai
achega
8a9a0863b5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      library/Zend/Cache/Backend/ZendServer/Disk.php

+ 2 - 1
library/Zend/Cache/Backend/ZendServer/Disk.php

@@ -72,7 +72,8 @@ class Zend_Cache_Backend_ZendServer_Disk extends Zend_Cache_Backend_ZendServer i
     /**
      * Fetch data
      *
-     * @param string $id          Cache id
+     * @param string $id Cache id
+     * @return mixed|null
      */
     protected function _fetch($id)
     {