update CS by php-cs-fixer

This commit is contained in:
Dariusz Rumiński
2014-08-17 00:29:05 +02:00
parent bd3c7798c3
commit d07cac322c
25 changed files with 75 additions and 75 deletions
@@ -20,7 +20,7 @@ class Mustache_Test_Functional_MustacheInjectionTest extends PHPUnit_Framework_T
public function setUp()
{
$this->mustache = new Mustache_Engine;
$this->mustache = new Mustache_Engine();
}
/**