Ver Fonte

Fixes DocBlocks in Zend_Cache_Backend

Frank Brückner há 11 anos atrás
pai
commit
6397f47458
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      library/Zend/Cache/Backend.php

+ 1 - 3
library/Zend/Cache/Backend.php

@@ -58,8 +58,6 @@ class Zend_Cache_Backend
      * Constructor
      *
      * @param  array $options Associative array of options
-     * @throws Zend_Cache_Exception
-     * @return void
      */
     public function __construct(array $options = array())
     {
@@ -269,7 +267,7 @@ class Zend_Cache_Backend
      * Log a message at the WARN (4) priority.
      *
      * @param  string $message
-     * @throws Zend_Cache_Exception
+     * @param  int    $priority
      * @return void
      */
     protected function _log($message, $priority = 4)