From f95d9daec3b0a90a9e17e619883003294398b573 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 25 Nov 2017 16:59:54 -0500 Subject: [PATCH] Fix phpcs errors. --- src/Network/Exception/UnavailableForLegalReasonsException.php | 1 - tests/TestCase/Controller/Component/PaginatorComponentTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Network/Exception/UnavailableForLegalReasonsException.php b/src/Network/Exception/UnavailableForLegalReasonsException.php index 6019af89c8c..5eed040bebe 100644 --- a/src/Network/Exception/UnavailableForLegalReasonsException.php +++ b/src/Network/Exception/UnavailableForLegalReasonsException.php @@ -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.'); - diff --git a/tests/TestCase/Controller/Component/PaginatorComponentTest.php b/tests/TestCase/Controller/Component/PaginatorComponentTest.php index 30f977718f4..2d67b8f92fc 100644 --- a/tests/TestCase/Controller/Component/PaginatorComponentTest.php +++ b/tests/TestCase/Controller/Component/PaginatorComponentTest.php @@ -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;