Parcourir la source

Fixes DocBlock in Zend_Cache_Backend_ZendServer_Disk

Frank Brückner il y a 11 ans
Parent
commit
8a9a0863b5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)
     {