Skip to content

Commit

Permalink
Fix coding standards errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 11, 2014
1 parent 53843dd commit 01a6307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -26,8 +26,8 @@
use Cake\View\Form\EntityContext;
use Cake\View\Form\NullContext;
use Cake\View\Helper;
use Cake\View\StringTemplate;
use Cake\View\Helper\StringTemplateTrait;
use Cake\View\StringTemplate;
use Cake\View\View;
use Cake\View\Widget\InputRegistry;
use DateTime;
Expand Down
2 changes: 0 additions & 2 deletions tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -31,7 +31,6 @@
use Cake\View\Helper\HtmlHelper;
use Cake\View\View;


/**
* Test stub.
*/
Expand Down Expand Up @@ -1106,7 +1105,6 @@ public function testGetFormWithFalseModel() {
$this->assertTags($result, $expected);
}


/**
* testFormCreateWithSecurity method
*
Expand Down

0 comments on commit 01a6307

Please sign in to comment.