Browse Source

Fix PHPCS error.

Mark Story 10 years ago
parent
commit
2f54ee3ca0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Rule/ValidCount.php

+ 1 - 1
src/ORM/Rule/ValidCount.php

@@ -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.