Ver código fonte

Fix php-cs-fixer issue.

Justin Hileman 9 anos atrás
pai
commit
3c53736f09

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