Remove empty line in head of few classes, most of classes do not have them
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
*/
|
*/
|
||||||
class Mustache_Autoloader
|
class Mustache_Autoloader
|
||||||
{
|
{
|
||||||
|
|
||||||
private $baseDir;
|
private $baseDir;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
*/
|
*/
|
||||||
class Mustache_Compiler
|
class Mustache_Compiler
|
||||||
{
|
{
|
||||||
|
|
||||||
private $sections;
|
private $sections;
|
||||||
private $source;
|
private $source;
|
||||||
private $indentNextLine;
|
private $indentNextLine;
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
*/
|
*/
|
||||||
interface Mustache_Loader
|
interface Mustache_Loader
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a Template by name.
|
* Load a Template by name.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
*/
|
*/
|
||||||
interface Mustache_Loader_MutableLoader
|
interface Mustache_Loader_MutableLoader
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set an associative array of Template sources for this loader.
|
* Set an associative array of Template sources for this loader.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
*/
|
*/
|
||||||
class Mustache_Loader_StringLoader implements Mustache_Loader
|
class Mustache_Loader_StringLoader implements Mustache_Loader
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a Template by source.
|
* Load a Template by source.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
*/
|
*/
|
||||||
abstract class Mustache_Template
|
abstract class Mustache_Template
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Mustache_Engine
|
* @var Mustache_Engine
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
*/
|
*/
|
||||||
class Mustache_Tokenizer
|
class Mustache_Tokenizer
|
||||||
{
|
{
|
||||||
|
|
||||||
// Finite state machine states
|
// Finite state machine states
|
||||||
const IN_TEXT = 0;
|
const IN_TEXT = 0;
|
||||||
const IN_TAG_TYPE = 1;
|
const IN_TAG_TYPE = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user