Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix phpcs errors.
  • Loading branch information
markstory committed Nov 25, 2017
1 parent 7a5e333 commit f95d9da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -2,4 +2,3 @@
// @deprecated Backward compatibility alias
class_alias('Cake\Http\Exception\UnavailableForLegalReasonsException', 'Cake\Network\Exception\UnavailableForLegalReasonsException');
deprecationWarning('Use Cake\Http\Exception\UnavailableForLegalReasonsException instead of Cake\Network\Exception\UnavailableForLegalReasonsException.');

Expand Up @@ -21,8 +21,8 @@
use Cake\Datasource\EntityInterface;
use Cake\Datasource\Exception\PageOutOfBoundsException;
use Cake\Datasource\Paginator;
use Cake\Http\ServerRequest;
use Cake\Http\Exception\NotFoundException;
use Cake\Http\ServerRequest;
use Cake\ORM\Entity;
use Cake\ORM\TableRegistry;
use Cake\TestSuite\TestCase;
Expand Down

0 comments on commit f95d9da

Please sign in to comment.