Quellcode durchsuchen

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 vor 15 Jahren
Ursprung
Commit
ef97037b9e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      library/Zend/Log/FactoryInterface.php

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

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