diff --git a/tst/FilterTest.php b/tst/FilterTest.php index da14f95..c0dcbec 100644 --- a/tst/FilterTest.php +++ b/tst/FilterTest.php @@ -236,8 +236,7 @@ class FilterTest extends PHPUnit_Framework_TestCase Generator\string(), Generator\int() )->then( - function ($string, $int) - { + function ($string, $int) { $this->assertFalse(Filter::slowEquals($string, $int), 'string and integer'); } );