Skip to content

Commit c5b95a6

Browse files
author
Tim Green
committed
Removed errant commas, that cause parse errors in earlier PHP versions
1 parent f878139 commit c5b95a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Filters/EnumFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function can_search_if_passed_a_valid_term()
4343

4444
$this->assertEquals(
4545
'select * from "pets" where "letter" = ?',
46-
$query->toSql(),
46+
$query->toSql()
4747
);
4848
}
4949
}

0 commit comments

Comments
 (0)