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;