Skip to content

Commit cd72b31

Browse files
committed
rolling back change to verify that psr-2 violations trigger a failed travis build
1 parent a950d4f commit cd72b31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php

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

0 commit comments

Comments
 (0)