Jelajahi Sumber

followed Style CI code style recommendations, forgot one

El RIDO 9 tahun lalu
induk
melakukan
8c8da54b61
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      tst/FilterTest.php

+ 1 - 2
tst/FilterTest.php

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