Explorar o código

Fixes DocBlock in Zend_Cache_Backend_Static

Frank Brückner %!s(int64=11) %!d(string=hai) anos
pai
achega
7cca586172
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      library/Zend/Cache/Backend/Static.php

+ 1 - 0
library/Zend/Cache/Backend/Static.php

@@ -393,6 +393,7 @@ class Zend_Cache_Backend_Static
      * @param  string $mode Clean mode
      * @param  array  $tags Array of tags
      * @return boolean true if no problem
+     * @throws Zend_Exception
      */
     public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array())
     {