Explorar el Código

Fixes DocBlock in Zend_Application_Module_Bootstrap

Frank Brückner hace 11 años
padre
commit
fe7f501a24
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      library/Zend/Application/Module/Bootstrap.php

+ 1 - 2
library/Zend/Application/Module/Bootstrap.php

@@ -48,8 +48,7 @@ abstract class Zend_Application_Module_Bootstrap
     /**
      * Constructor
      *
-     * @param  Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
-     * @return void
+     * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
      */
     public function __construct($application)
     {