Преглед изворни кода

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)
     {