Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8a9a086

Browse files
committed
Fixes DocBlock in Zend_Cache_Backend_ZendServer_Disk
1 parent 7cca586 commit 8a9a086

File tree

1 file changed

+2
-1
lines changed
  • library/Zend/Cache/Backend/ZendServer

1 file changed

+2
-1
lines changed

library/Zend/Cache/Backend/ZendServer/Disk.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ protected function _store($data, $id, $timeToLive)
7272
/**
7373
* Fetch data
7474
*
75-
* @param string $id Cache id
75+
* @param string $id Cache id
76+
* @return mixed|null
7677
*/
7778
protected function _fetch($id)
7879
{

0 commit comments

Comments
 (0)