Explorar el Código

Update Adapter.php

Menno Holtkamp hace 11 años
padre
commit
5e3e383156
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      library/Zend/Translate/Adapter.php

+ 3 - 1
library/Zend/Translate/Adapter.php

@@ -119,7 +119,9 @@ abstract class Zend_Translate_Adapter {
     /**
      * Generates the adapter
      *
-     * @param  array|Zend_Config $options Translation options for this adapter
+     * @param  string|array|Zend_Config $options Translation options for this adapter
+     * @param  string|array [$content]
+     * @param  string|Zend_Locale [$locale]
      * @throws Zend_Translate_Exception
      * @return void
      */