Преглед изворни кода

Fixes DocBlocks in Zend_Cache_Backend

Frank Brückner пре 11 година
родитељ
комит
6397f47458
1 измењених фајлова са 1 додато и 3 уклоњено
  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)