From 97556aa30c5c3d89fd835e67fad13c95c3634115 Mon Sep 17 00:00:00 2001 From: Paulo Eduardo Date: Thu, 30 May 2013 04:35:02 -0300 Subject: [PATCH] More Indentatio Fixes BTW - Is there an easy way to check standards? --- test/GreaterThanTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/GreaterThanTest.php b/test/GreaterThanTest.php index a6ad38543..32658b1d8 100644 --- a/test/GreaterThanTest.php +++ b/test/GreaterThanTest.php @@ -99,8 +99,8 @@ public function testEqualsMessageVariables() 'messageVariables', $validator); } - public function testCorrectInclusiveMessageReturn() - { + public function testCorrectInclusiveMessageReturn() + { $valuesToValidate = array(0, 0.5, 5, 10); foreach ($valuesToValidate as $value) {