Skip to content

Commit a950d4f

Browse files
committed
adding in a quick change to verify that psr-2 violations trigger a failed travis build
1 parent 80837ec commit a950d4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,7 @@ public function testLimit()
560560
/**
561561
* @depends testGetRegex
562562
*/
563-
public function testReplace()
564-
{
563+
public function testReplace() {
565564
$regex = new VerbalExpressions();
566565
$regex->add('foo');
567566

0 commit comments

Comments
 (0)