Browse Source

[ZF-7036]Zend_Tool: Zend_Version not found

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16129 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
2150025d27
1 changed files with 3 additions and 3 deletions
  1. 3 3
      library/Zend/Tool/Framework/Client/Console/HelpSystem.php

+ 3 - 3
library/Zend/Tool/Framework/Client/Console/HelpSystem.php

@@ -160,9 +160,9 @@ class Zend_Tool_Framework_Client_Console_HelpSystem
      */
     protected function _respondWithHeader()
     {
-    	/**
-    	 * @see Zend_Version
-    	 */
+        /**
+         * @see Zend_Version
+         */
         require_once 'Zend/Version.php';
         $this->_response->appendContent('Zend Framework', array('color' => array('hiWhite'), 'separator' => false));
         $this->_response->appendContent(' Command Line Console Tool v' . Zend_Version::VERSION . '');