From e393ab9da912310328e5a34b9085e1b4fe266177 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sat, 29 Nov 2014 11:13:19 +0000 Subject: [PATCH] phpcs fix --- tests/TestCase/View/HelperRegistryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/View/HelperRegistryTest.php b/tests/TestCase/View/HelperRegistryTest.php index 3282cd67fd5..d7f339d1af9 100644 --- a/tests/TestCase/View/HelperRegistryTest.php +++ b/tests/TestCase/View/HelperRegistryTest.php @@ -228,7 +228,7 @@ public function testUnload() { * Loading a helper with no config should "just work" * * The addToAssertionCount call is to record that no exception was thrown - + * * @return void */ public function testLoadMultipleTimesNoConfig() {