소스 검색

followed Style CI code style recommendations, forgot one

El RIDO 9 년 전
부모
커밋
8c8da54b61
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tst/FilterTest.php

+ 1 - 2
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');
             }
         );