CS fixes.

This commit is contained in:
Justin Hileman
2017-07-02 14:39:07 -07:00
parent 329146d864
commit 44489124a1
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Mustache_Autoloader
* *
* @var array * @var array
*/ */
static private $instances; private static $instances;
/** /**
* Autoloader constructor. * Autoloader constructor.
-2
View File
@@ -36,8 +36,6 @@ class Mustache_Test_AutoloaderTest extends PHPUnit_Framework_TestCase
/** /**
* Test that the autoloader won't register multiple times. * Test that the autoloader won't register multiple times.
*
* @return void
*/ */
public function testRegisterMultiple() public function testRegisterMultiple()
{ {