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

Commit

Permalink
Merge branch 'hotfix/4738' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 28, 2013
2 parents d8fa90e + 07e3a1b commit b5e7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StripNewlinesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StripNewlinesTest extends \PHPUnit_Framework_TestCase
*
* @return void
*/
public function testBasic ()
public function testBasic()
{
$filter = new StripNewLinesFilter();
$valuesExpected = array(
Expand Down

0 comments on commit b5e7532

Please sign in to comment.