Browse Source

Fix CS error

ADmad 10 years ago
parent
commit
c3508f3b9c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Error/BaseErrorHandler.php

+ 2 - 2
src/Error/BaseErrorHandler.php

@@ -15,11 +15,11 @@
 namespace Cake\Error;
 
 use Cake\Core\Configure;
+use Cake\Error\PHP7ErrorException;
 use Cake\Log\Log;
 use Cake\Routing\Router;
-use Exception;
 use Error;
-use Cake\Error\PHP7ErrorException;
+use Exception;
 
 /**
  * Base error handler that provides logic common to the CLI + web