From ed3eadf6297f3f8f3145ce0d16b18d7d6cf68a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Sun, 8 Oct 2017 20:44:37 +0200 Subject: [PATCH] phpcs fix --- tests/TestCase/Routing/Route/EntityRouteTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestCase/Routing/Route/EntityRouteTest.php b/tests/TestCase/Routing/Route/EntityRouteTest.php index 79416d77adc..dce9173cfad 100644 --- a/tests/TestCase/Routing/Route/EntityRouteTest.php +++ b/tests/TestCase/Routing/Route/EntityRouteTest.php @@ -60,7 +60,8 @@ public function testMatchEntityObject() * * @return void */ - public function testMatchingArray() { + public function testMatchingArray() + { $entity = [ 'category_id' => 2, 'slug' => 'article-slug'