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

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripNewlines.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class StripNewlines extends AbstractFilter
* @param string $value
* @return string
*/
public function filter ($value)
public function filter($value)
{
return str_replace(array("\n", "\r"), '', $value);
}
Expand Down

0 comments on commit 21f9385

Please sign in to comment.