Skip to content

Commit

Permalink
Use Statement Ordering Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pirouet committed Mar 30, 2015
1 parent f82f543 commit 99cfc94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
namespace Cake\Validation;

use ArrayAccess;
use Countable;
use IteratorAggregate;

use Cake\Validation\RulesProvider;
use Cake\Validation\ValidationSet;
use Countable;
use IteratorAggregate;

/**
* Validator object encapsulates all methods related to data validations for a model
Expand Down

0 comments on commit 99cfc94

Please sign in to comment.