CS fixes.
This commit is contained in:
@@ -22,7 +22,7 @@ class Mustache_Autoloader
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
static private $instances;
|
||||
private static $instances;
|
||||
|
||||
/**
|
||||
* Autoloader constructor.
|
||||
|
||||
@@ -36,8 +36,6 @@ class Mustache_Test_AutoloaderTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
/**
|
||||
* Test that the autoloader won't register multiple times.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testRegisterMultiple()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user