소스 검색

Fix php-cs-fixer issue.

Justin Hileman 9 년 전
부모
커밋
3c53736f09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php

+ 1 - 1
test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php

@@ -87,7 +87,7 @@ class Mustache_Test_FiveThree_Functional_ClassWithLambda
 
     public function placeholder()
     {
-        return function() {
+        return function () {
             return 'Enter your name';
         };
     }