From fc6edf4d9c3d1e6ba68a295a557b1ca4fddcaf0a Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Thu, 12 Dec 2013 09:07:00 +0100 Subject: [PATCH] Fixed small coding standard error --- lib/Cake/Test/Case/Utility/HashTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Utility/HashTest.php b/lib/Cake/Test/Case/Utility/HashTest.php index b023847fd..5df02e3ca 100644 --- a/lib/Cake/Test/Case/Utility/HashTest.php +++ b/lib/Cake/Test/Case/Utility/HashTest.php @@ -836,7 +836,7 @@ class HashTest extends CakeTestCase { public function testExtractAttributeEqualityOnScalarValue() { $data = array( 'Entity' => array( - 'id' => 1 , + 'id' => 1, 'data1' => 'value', ) );