followed Style CI code style recommendations, forgot one
This commit is contained in:
parent
cd22948c31
commit
8c8da54b61
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ class FilterTest extends PHPUnit_Framework_TestCase
|
||||||
Generator\string(),
|
Generator\string(),
|
||||||
Generator\int()
|
Generator\int()
|
||||||
)->then(
|
)->then(
|
||||||
function ($string, $int)
|
function ($string, $int) {
|
||||||
{
|
|
||||||
$this->assertFalse(Filter::slowEquals($string, $int), 'string and integer');
|
$this->assertFalse(Filter::slowEquals($string, $int), 'string and integer');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue