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

Commit 6397f47

Browse files
committed
Fixes DocBlocks in Zend_Cache_Backend
1 parent 9bde071 commit 6397f47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/Zend/Cache/Backend.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class Zend_Cache_Backend
5858
* Constructor
5959
*
6060
* @param array $options Associative array of options
61-
* @throws Zend_Cache_Exception
62-
* @return void
6361
*/
6462
public function __construct(array $options = array())
6563
{
@@ -269,7 +267,7 @@ protected function _loggerSanity()
269267
* Log a message at the WARN (4) priority.
270268
*
271269
* @param string $message
272-
* @throws Zend_Cache_Exception
270+
* @param int $priority
273271
* @return void
274272
*/
275273
protected function _log($message, $priority = 4)

0 commit comments

Comments
 (0)