Skip to content

Commit

Permalink
Fixing coding styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 9, 2014
1 parent 3d6c9b4 commit 8106318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/View/Form/EntityContext.php
Expand Up @@ -155,6 +155,7 @@ public function val($field) {
*
* @param array $path The path to traverse to find the leaf entity.
* @return array
* @throws \RuntimeException When properties cannot be read.
*/
protected function _getEntity($path) {
$entity = $this->_context['entity'];
Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/View/Form/EntityContextTest.php
Expand Up @@ -14,6 +14,8 @@
*/
namespace Cake\Test\TestCase\View\Form;

use ArrayIterator;
use ArrayObject;
use Cake\Collection\Collection;
use Cake\Network\Request;
use Cake\ORM\Entity;
Expand All @@ -22,8 +24,6 @@
use Cake\TestSuite\TestCase;
use Cake\Validation\Validator;
use Cake\View\Form\EntityContext;
use ArrayIterator;
use ArrayObject;

/**
* Test stub.
Expand Down

0 comments on commit 8106318

Please sign in to comment.