followed Style CI code style recommendations, forgot one

php-unit-testing
El RIDO 7 years ago
parent cd22948c31
commit 8c8da54b61
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

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

Loading…
Cancel
Save