瀏覽代碼

Fixes DocBlock in Zend_Cache_Backend_ZendServer_Disk

Frank Brückner 11 年之前
父節點
當前提交
8a9a0863b5
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)
     {