Remove empty line in head of few classes, most of classes do not have them

This commit is contained in:
Dariusz Rumiński
2014-05-14 18:07:36 +02:00
parent 39cadaca9c
commit 49da6d6fad
7 changed files with 0 additions and 7 deletions
-1
View File
@@ -14,7 +14,6 @@
*/ */
class Mustache_Autoloader class Mustache_Autoloader
{ {
private $baseDir; private $baseDir;
/** /**
-1
View File
@@ -16,7 +16,6 @@
*/ */
class Mustache_Compiler class Mustache_Compiler
{ {
private $sections; private $sections;
private $source; private $source;
private $indentNextLine; private $indentNextLine;
-1
View File
@@ -14,7 +14,6 @@
*/ */
interface Mustache_Loader interface Mustache_Loader
{ {
/** /**
* Load a Template by name. * Load a Template by name.
* *
-1
View File
@@ -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.
* *
-1
View File
@@ -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.
* *
-1
View File
@@ -16,7 +16,6 @@
*/ */
abstract class Mustache_Template abstract class Mustache_Template
{ {
/** /**
* @var Mustache_Engine * @var Mustache_Engine
*/ */
-1
View File
@@ -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;