Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
More Indentatio Fixes
Browse files Browse the repository at this point in the history
BTW - Is there an easy way to check standards?
  • Loading branch information
pauloelr committed May 30, 2013
1 parent 8f8b78f commit 97556aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/GreaterThanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 97556aa

Please sign in to comment.