From 05f6cc8e34bad11b9e032ecd73fe21d5efedfadf Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 5 Oct 2014 12:34:46 -0400 Subject: [PATCH] Fix PHPCS error. --- src/Controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Controller.php b/src/Controller/Controller.php index 301bd6a33e2..abda2463404 100644 --- a/src/Controller/Controller.php +++ b/src/Controller/Controller.php @@ -30,8 +30,8 @@ use Cake\Utility\MergeVariablesTrait; use Cake\View\ViewVarsTrait; use LogicException; -use ReflectionMethod; use ReflectionException; +use ReflectionMethod; /** * Application controller class for organization of business logic.