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

Commit 7cca586

Browse files
committed
Fixes DocBlock in Zend_Cache_Backend_Static
1 parent 6397f47 commit 7cca586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/Zend/Cache/Backend/Static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ public function removeRecursively($id)
393393
* @param string $mode Clean mode
394394
* @param array $tags Array of tags
395395
* @return boolean true if no problem
396+
* @throws Zend_Exception
396397
*/
397398
public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
398399
{

0 commit comments

Comments
 (0)