From 55ca2ddabddef2e782f8dae1418e6939a9540fd1 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Mon, 4 Jan 2016 15:53:48 +0100 Subject: [PATCH] Fix CS. --- lib/Cake/Test/Case/View/Helper/FormHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index 38c35ffee..9cba3446c 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -8607,7 +8607,7 @@ class FormHelperTest extends CakeTestCase { $this->assertTags($result, $expected); } - /** +/** * Test the onsubmit option for create() * * @return void