浏览代码

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