Fix php-cs-fixer issue.

This commit is contained in:
Justin Hileman
2016-02-14 08:37:59 -08:00
parent 4dd6383a3d
commit 3c53736f09
@@ -87,7 +87,7 @@ class Mustache_Test_FiveThree_Functional_ClassWithLambda
public function placeholder() public function placeholder()
{ {
return function() { return function () {
return 'Enter your name'; return 'Enter your name';
}; };
} }