Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jun 9, 2010
1 parent 75eaaea commit c8bdac0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions PresenterTreePanel.php
Expand Up @@ -2,18 +2,19 @@
/**
* PresenterTree panel for Nette 1.0+. Displays all presenters and their required and optional parameters.
*
* @author Mikul� D�t?
* @author Mikuláš Dítě
* @license MIT
*/

namespace Panel;
use \Nette\Debug;
use \Nette\Environment;
use \Nette\IDebugPanel;
use \Nette\Object;
use \Nette\Reflection\AnnotationsParser;
use \Nette\Templates;
use \Nette\Templates\Template;

use Nette\Debug;
use Nette\Environment;
use Nette\IDebugPanel;
use Nette\Object;
use Nette\Reflection\AnnotationsParser;
use Nette\Templates;
use Nette\Templates\Template;

class PresenterTreePanel extends Object implements IDebugPanel
{
Expand All @@ -28,7 +29,7 @@ class PresenterTreePanel extends Object implements IDebugPanel
public function __construct()
{
if (self::MODULES_DISABLED !== TRUE) {
throw new NotImplementedException();
throw new \NotImplementedException();
}
}

Expand Down

0 comments on commit c8bdac0

Please sign in to comment.