From 3c53736f09e772df8c9d81ddc62c1c901f15f572 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 14 Feb 2016 08:37:59 -0800 Subject: [PATCH] Fix php-cs-fixer issue. --- .../Test/FiveThree/Functional/PartialLambdaIndentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php b/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php index c96a9fd..8fcfc04 100644 --- a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php +++ b/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'; }; }