From 8c8da54b61561e732490cbc97837d3ea149138a1 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 26 Feb 2017 17:14:56 +0100 Subject: [PATCH] followed Style CI code style recommendations, forgot one --- tst/FilterTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); } );