Skip to content

Commit

Permalink
[zendframework#1171] update to new naming
Browse files Browse the repository at this point in the history
- s/Docbook/DocBook/ for namespace resolution
  • Loading branch information
weierophinney committed May 9, 2012
1 parent 49b3641 commit fb66d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/docbook_skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Docbook
* @package Zend_DocBook
* @subpackage Exception
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
Expand All @@ -37,8 +37,8 @@
*/

use Zend\Console\Getopt,
Zend\Docbook\ClassParser,
Zend\Docbook\SkeletonGenerator,
Zend\DocBook\ClassParser,
Zend\DocBook\SkeletonGenerator,
Zend\Code\Reflection\ClassReflection as ReflectionClass;

$libPath = getenv('LIB_PATH') ? getenv('LIB_PATH') : __DIR__ . '/../library';
Expand Down

0 comments on commit fb66d9e

Please sign in to comment.