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
+2 -2
View File
@@ -15,7 +15,7 @@ abstract class Mustache_Test_SpecTestCase extends PHPUnit_Framework_TestCase
public static function setUpBeforeClass()
{
self::$mustache = new Mustache_Engine;
self::$mustache = new Mustache_Engine();
}
protected static function loadTemplate($source, $partials)
@@ -42,7 +42,7 @@ abstract class Mustache_Test_SpecTestCase extends PHPUnit_Framework_TestCase
}
$data = array();
$yaml = new sfYamlParser;
$yaml = new sfYamlParser();
$file = file_get_contents($filename);
// @hack: pre-process the 'lambdas' spec so the Symfony YAML parser doesn't complain.