|
@@ -31,8 +31,8 @@ interface Zend_Log_FactoryInterface
|
|
|
/**
|
|
/**
|
|
|
* Construct a Zend_Log driver
|
|
* Construct a Zend_Log driver
|
|
|
*
|
|
*
|
|
|
- * @param array|Zen_Config $config
|
|
|
|
|
|
|
+ * @param array|Zend_Config $config
|
|
|
* @return Zend_Log_FactoryInterface
|
|
* @return Zend_Log_FactoryInterface
|
|
|
*/
|
|
*/
|
|
|
static public function factory($config);
|
|
static public function factory($config);
|
|
|
-}
|
|
|
|
|
|
|
+}
|