followed Style CI code style recommendations, forgot one

This commit is contained in:
El RIDO 2017-02-26 17:14:56 +01:00
parent cd22948c31
commit 8c8da54b61
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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');
}
);