Skip to content

Commit

Permalink
classname case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 5, 2012
1 parent 2bfebfc commit 70b6297
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/Koch/Form/Decorators/Formelement/Description.php
Expand Up @@ -25,7 +25,7 @@

namespace Koch\Form\Decorators\Formelement;

use Koch\Form\FormelementDecorator;
use Koch\Form\FormElementDecorator;

/**
* Koch Framework - Formelement Decorator Description.
Expand Down
2 changes: 1 addition & 1 deletion framework/Koch/Form/Decorators/Formelement/Div.php
Expand Up @@ -25,7 +25,7 @@

namespace Koch\Form\Decorators\Formelement;

use Koch\Form\FormelementDecorator;
use Koch\Form\FormElementDecorator;

/**
* Formelement_Decorator_Div
Expand Down
2 changes: 1 addition & 1 deletion framework/Koch/Form/Decorators/Formelement/Formelement.php
Expand Up @@ -25,7 +25,7 @@

namespace Koch\Form\Decorators\Formelement;

use Koch\Form\FormelementDecorator;
use Koch\Form\FormElementDecorator;

/**
* Formelement_Decorator_Formelement
Expand Down
2 changes: 1 addition & 1 deletion framework/Koch/Form/Decorators/Formelement/Label.php
Expand Up @@ -25,7 +25,7 @@

namespace Koch\Form\Decorators\Formelement;

use Koch\Form\FormelementDecorator;
use Koch\Form\FormElementDecorator;

/**
* Formelement_Decorator_Label
Expand Down
2 changes: 1 addition & 1 deletion framework/Koch/Form/Decorators/Formelement/None.php
Expand Up @@ -25,7 +25,7 @@

namespace Koch\Form\Decorators\Formelement;

use Koch\Form\FormelementDecorator;
use Koch\Form\FormElementDecorator;

/**
* Formelement_Decorator_None
Expand Down

0 comments on commit 70b6297

Please sign in to comment.