Skip to content

Commit

Permalink
Fixed another couple CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 7, 2013
1 parent 34f24d9 commit ad52d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cake/ORM/Association/HasMany.php
Expand Up @@ -29,8 +29,8 @@
*/
class HasMany extends Association {

use ExternalAssociationTrait;
use DependentDeleteTrait;
use ExternalAssociationTrait;

/**
* The type of join to be used when adding the association to a query
Expand Down
2 changes: 1 addition & 1 deletion Cake/TestSuite/TestPermutationDecorator.php
Expand Up @@ -17,8 +17,8 @@
namespace Cake\TestSuite;

use \PHPUnit_Extensions_TestDecorator;
use \PHPUnit_Framework_TestResult;
use \PHPUnit_Framework_Test;
use \PHPUnit_Framework_TestResult;

/**
* A decorator class used to run a test case once for each permutation defined
Expand Down

0 comments on commit ad52d6e

Please sign in to comment.