Browse Source

Zend_Log_FactoryInterface: typo fix in phpdoc

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23596 44c647ce-9c0f-0410-b52a-842ac1e357ba
intiilapa 15 năm trước cách đây
mục cha
commit
ef97037b9e

+ 2 - 2
library/Zend/Log/FactoryInterface.php

@@ -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);
-}
+}