Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 10, 2016
1 parent cb7cec4 commit 2f54ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Rule/ValidCount.php
Expand Up @@ -14,10 +14,10 @@
*/
namespace Cake\ORM\Rule;

use Countable;
use Cake\Datasource\EntityInterface;
use Cake\ORM\Association;
use Cake\Validation\Validation;
use Countable;

/**
* Validates the count of associated records.
Expand Down

0 comments on commit 2f54ee3

Please sign in to comment.