Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 16, 2015
1 parent dfe90ca commit c3508f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Error/BaseErrorHandler.php
Expand Up @@ -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
Expand Down

0 comments on commit c3508f3

Please sign in to comment.