Просмотр исходного кода

Fixes DocBlock in Zend_Cache_Backend_Static

Frank Brückner 11 лет назад
Родитель
Сommit
7cca586172
1 измененных файлов с 1 добавлено и 0 удалено
  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())
     {