Fixed PhpDoc for Twig_TokenParserInterface and all other TokenParsers

This commit is contained in:
Eugene Serkin
2011-12-26 01:55:03 +02:00
parent 941ce5b672
commit fd78ec0bf1
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class Twig_TokenParser_AutoEscape extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -74,7 +74,7 @@ class Twig_TokenParser_Block extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -33,7 +33,7 @@ class Twig_TokenParser_Do extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -45,7 +45,7 @@ class Twig_TokenParser_Extends extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -52,7 +52,7 @@ class Twig_TokenParser_Filter extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -33,7 +33,7 @@ class Twig_TokenParser_Flush extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -80,7 +80,7 @@ class Twig_TokenParser_For extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -65,7 +65,7 @@ class Twig_TokenParser_From extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -84,7 +84,7 @@ class Twig_TokenParser_If extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -38,7 +38,7 @@ class Twig_TokenParser_Import extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -62,7 +62,7 @@ class Twig_TokenParser_Include extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -60,7 +60,7 @@ class Twig_TokenParser_Macro extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -46,7 +46,7 @@ class Twig_TokenParser_Sandbox extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -75,7 +75,7 @@ class Twig_TokenParser_Set extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -50,7 +50,7 @@ class Twig_TokenParser_Spaceless extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -76,7 +76,7 @@ class Twig_TokenParser_Use extends Twig_TokenParser
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
public function getTag()
{
+1 -1
View File
@@ -36,7 +36,7 @@ interface Twig_TokenParserInterface
/**
* Gets the tag name associated with this token parser.
*
* @param string The tag name
* @return string The tag name
*/
function getTag();
}