Coding standards fixes.

This commit is contained in:
Justin Hileman
2012-08-02 10:36:07 -07:00
parent 345a0c45f7
commit 277288137b
6 changed files with 35 additions and 23 deletions
+2 -1
View File
@@ -244,7 +244,8 @@ class Mustache_Test_EngineTest extends PHPUnit_Framework_TestCase
}
}
class MustacheStub extends Mustache_Engine {
class MustacheStub extends Mustache_Engine
{
public $source;
public $template;
public function loadTemplate($source)