From: Fabien Potencier Date: Fri, 29 Apr 2011 15:18:51 +0000 (+0200) Subject: updated email address X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=17f814223be3823879700e902fb475b7890ad530;p=konrad%2Ftwig.git updated email address --- diff --git a/lib/Twig/Autoloader.php b/lib/Twig/Autoloader.php index 4d1f6e1..3315e23 100644 --- a/lib/Twig/Autoloader.php +++ b/lib/Twig/Autoloader.php @@ -13,7 +13,7 @@ * Autoloads Twig classes. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Autoloader { diff --git a/lib/Twig/Compiler.php b/lib/Twig/Compiler.php index e103f4a..cae9f14 100644 --- a/lib/Twig/Compiler.php +++ b/lib/Twig/Compiler.php @@ -14,7 +14,7 @@ * Compiles a node to PHP code. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Compiler implements Twig_CompilerInterface { diff --git a/lib/Twig/CompilerInterface.php b/lib/Twig/CompilerInterface.php index cc9a03c..0a13edf 100644 --- a/lib/Twig/CompilerInterface.php +++ b/lib/Twig/CompilerInterface.php @@ -13,7 +13,7 @@ * Interface implemented by compiler classes. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_CompilerInterface { diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 2c4d1c6..6209474 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -13,7 +13,7 @@ * Stores the Twig configuration. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Environment { diff --git a/lib/Twig/Error.php b/lib/Twig/Error.php index 61dda79..5e6974a 100644 --- a/lib/Twig/Error.php +++ b/lib/Twig/Error.php @@ -13,7 +13,7 @@ * Twig base exception. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Error extends Exception { diff --git a/lib/Twig/Error/Loader.php b/lib/Twig/Error/Loader.php index facaf2d..418a776 100644 --- a/lib/Twig/Error/Loader.php +++ b/lib/Twig/Error/Loader.php @@ -13,7 +13,7 @@ * Exception thrown when an error occurs during template loading. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Error_Loader extends Twig_Error { diff --git a/lib/Twig/Error/Runtime.php b/lib/Twig/Error/Runtime.php index 262f8f0..8a387fa 100644 --- a/lib/Twig/Error/Runtime.php +++ b/lib/Twig/Error/Runtime.php @@ -14,7 +14,7 @@ * Exception thrown when an error occurs at runtime. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Error_Runtime extends Twig_Error { diff --git a/lib/Twig/Error/Syntax.php b/lib/Twig/Error/Syntax.php index 730c75f..a2650c3 100644 --- a/lib/Twig/Error/Syntax.php +++ b/lib/Twig/Error/Syntax.php @@ -14,7 +14,7 @@ * Exception thrown when a syntax error occurs during lexing or parsing of a template. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Error_Syntax extends Twig_Error { diff --git a/lib/Twig/ExpressionParser.php b/lib/Twig/ExpressionParser.php index b355f08..2be47fb 100644 --- a/lib/Twig/ExpressionParser.php +++ b/lib/Twig/ExpressionParser.php @@ -19,7 +19,7 @@ * @see http://en.wikipedia.org/wiki/Operator-precedence_parser * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_ExpressionParser { diff --git a/lib/Twig/ExtensionInterface.php b/lib/Twig/ExtensionInterface.php index af8d93e..f8b232a 100644 --- a/lib/Twig/ExtensionInterface.php +++ b/lib/Twig/ExtensionInterface.php @@ -13,7 +13,7 @@ * Interface implemented by extension classes. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_ExtensionInterface { diff --git a/lib/Twig/Filter.php b/lib/Twig/Filter.php index 3484df2..9595a1a 100644 --- a/lib/Twig/Filter.php +++ b/lib/Twig/Filter.php @@ -13,7 +13,7 @@ * Represents a template filter. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Twig_Filter implements Twig_FilterInterface { diff --git a/lib/Twig/Filter/Function.php b/lib/Twig/Filter/Function.php index 9950332..1de078b 100644 --- a/lib/Twig/Filter/Function.php +++ b/lib/Twig/Filter/Function.php @@ -13,7 +13,7 @@ * Represents a function template filter. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Filter_Function extends Twig_Filter { diff --git a/lib/Twig/Filter/Method.php b/lib/Twig/Filter/Method.php index aa7f041..d831e0f 100644 --- a/lib/Twig/Filter/Method.php +++ b/lib/Twig/Filter/Method.php @@ -13,7 +13,7 @@ * Represents a method template filter. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Filter_Method extends Twig_Filter { diff --git a/lib/Twig/FilterInterface.php b/lib/Twig/FilterInterface.php index 8320517..4ac19ce 100644 --- a/lib/Twig/FilterInterface.php +++ b/lib/Twig/FilterInterface.php @@ -13,7 +13,7 @@ * Represents a template filter. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_FilterInterface { diff --git a/lib/Twig/Function.php b/lib/Twig/Function.php index 99e9b77..1197924 100644 --- a/lib/Twig/Function.php +++ b/lib/Twig/Function.php @@ -13,7 +13,7 @@ * Represents a template function. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Twig_Function implements Twig_FunctionInterface { diff --git a/lib/Twig/Lexer.php b/lib/Twig/Lexer.php index b5bb824..b82ca08 100644 --- a/lib/Twig/Lexer.php +++ b/lib/Twig/Lexer.php @@ -14,7 +14,7 @@ * Lexes a template string. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Lexer implements Twig_LexerInterface { diff --git a/lib/Twig/LexerInterface.php b/lib/Twig/LexerInterface.php index 58fee31..0223384 100644 --- a/lib/Twig/LexerInterface.php +++ b/lib/Twig/LexerInterface.php @@ -13,7 +13,7 @@ * Interface implemented by lexer classes. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_LexerInterface { diff --git a/lib/Twig/Loader/Array.php b/lib/Twig/Loader/Array.php index 4fbe8b9..35263dd 100644 --- a/lib/Twig/Loader/Array.php +++ b/lib/Twig/Loader/Array.php @@ -18,7 +18,7 @@ * control, you need to take care of clearing the old cache file by yourself. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Loader_Array implements Twig_LoaderInterface { diff --git a/lib/Twig/Loader/Filesystem.php b/lib/Twig/Loader/Filesystem.php index 612979c..b4a3887 100644 --- a/lib/Twig/Loader/Filesystem.php +++ b/lib/Twig/Loader/Filesystem.php @@ -13,7 +13,7 @@ * Loads template from the filesystem. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Loader_Filesystem implements Twig_LoaderInterface { diff --git a/lib/Twig/Loader/String.php b/lib/Twig/Loader/String.php index 0593a72..26eb009 100644 --- a/lib/Twig/Loader/String.php +++ b/lib/Twig/Loader/String.php @@ -18,7 +18,7 @@ * control, you need to take care of clearing the old cache file by yourself. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Loader_String implements Twig_LoaderInterface { diff --git a/lib/Twig/LoaderInterface.php b/lib/Twig/LoaderInterface.php index ef4adc4..f0bd3a5 100644 --- a/lib/Twig/LoaderInterface.php +++ b/lib/Twig/LoaderInterface.php @@ -13,7 +13,7 @@ * Interface all loaders must implement. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_LoaderInterface { diff --git a/lib/Twig/Markup.php b/lib/Twig/Markup.php index 9a4d1df..c1a1469 100644 --- a/lib/Twig/Markup.php +++ b/lib/Twig/Markup.php @@ -13,7 +13,7 @@ * Marks a content as safe. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Markup { diff --git a/lib/Twig/Node.php b/lib/Twig/Node.php index 3274b59..22e65d4 100644 --- a/lib/Twig/Node.php +++ b/lib/Twig/Node.php @@ -14,7 +14,7 @@ * Represents a node in the AST. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node implements Twig_NodeInterface, Countable, IteratorAggregate { diff --git a/lib/Twig/Node/AutoEscape.php b/lib/Twig/Node/AutoEscape.php index 42816ac..a0c2ee6 100644 --- a/lib/Twig/Node/AutoEscape.php +++ b/lib/Twig/Node/AutoEscape.php @@ -19,7 +19,7 @@ * If autoescaping is disabled, then the value is false. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_AutoEscape extends Twig_Node { diff --git a/lib/Twig/Node/Block.php b/lib/Twig/Node/Block.php index 7bdb9b9..5548ad0 100644 --- a/lib/Twig/Node/Block.php +++ b/lib/Twig/Node/Block.php @@ -14,7 +14,7 @@ * Represents a block node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Block extends Twig_Node { diff --git a/lib/Twig/Node/BlockReference.php b/lib/Twig/Node/BlockReference.php index 42a62be..53f6287 100644 --- a/lib/Twig/Node/BlockReference.php +++ b/lib/Twig/Node/BlockReference.php @@ -14,7 +14,7 @@ * Represents a block call node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_BlockReference extends Twig_Node implements Twig_NodeOutputInterface { diff --git a/lib/Twig/Node/Expression.php b/lib/Twig/Node/Expression.php index 2171831..13b170e 100644 --- a/lib/Twig/Node/Expression.php +++ b/lib/Twig/Node/Expression.php @@ -14,7 +14,7 @@ * Abstract class for all nodes that represents an expression. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Twig_Node_Expression extends Twig_Node { diff --git a/lib/Twig/Node/Expression/BlockReference.php b/lib/Twig/Node/Expression/BlockReference.php index 592e72e..1dc0a68 100644 --- a/lib/Twig/Node/Expression/BlockReference.php +++ b/lib/Twig/Node/Expression/BlockReference.php @@ -14,7 +14,7 @@ * Represents a block call node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_BlockReference extends Twig_Node_Expression { diff --git a/lib/Twig/Node/Expression/ExtensionReference.php b/lib/Twig/Node/Expression/ExtensionReference.php index ba5d58e..cb4efad 100644 --- a/lib/Twig/Node/Expression/ExtensionReference.php +++ b/lib/Twig/Node/Expression/ExtensionReference.php @@ -13,7 +13,7 @@ * Represents an extension call node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_ExtensionReference extends Twig_Node_Expression { diff --git a/lib/Twig/Node/Expression/Parent.php b/lib/Twig/Node/Expression/Parent.php index 7be682d..5689fe4 100644 --- a/lib/Twig/Node/Expression/Parent.php +++ b/lib/Twig/Node/Expression/Parent.php @@ -14,7 +14,7 @@ * Represents a parent node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Parent extends Twig_Node_Expression { diff --git a/lib/Twig/Node/For.php b/lib/Twig/Node/For.php index d565236..60be15e 100644 --- a/lib/Twig/Node/For.php +++ b/lib/Twig/Node/For.php @@ -14,7 +14,7 @@ * Represents a for node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_For extends Twig_Node { diff --git a/lib/Twig/Node/If.php b/lib/Twig/Node/If.php index b222222..aa12efb 100644 --- a/lib/Twig/Node/If.php +++ b/lib/Twig/Node/If.php @@ -14,7 +14,7 @@ * Represents an if node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_If extends Twig_Node { diff --git a/lib/Twig/Node/Import.php b/lib/Twig/Node/Import.php index 348dd97..a327411 100644 --- a/lib/Twig/Node/Import.php +++ b/lib/Twig/Node/Import.php @@ -13,7 +13,7 @@ * Represents an import node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Import extends Twig_Node { diff --git a/lib/Twig/Node/Include.php b/lib/Twig/Node/Include.php index 75ec6cc..33a4007 100644 --- a/lib/Twig/Node/Include.php +++ b/lib/Twig/Node/Include.php @@ -14,7 +14,7 @@ * Represents an include node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Include extends Twig_Node implements Twig_NodeOutputInterface { diff --git a/lib/Twig/Node/Macro.php b/lib/Twig/Node/Macro.php index 2bfe16f..d77bc47 100644 --- a/lib/Twig/Node/Macro.php +++ b/lib/Twig/Node/Macro.php @@ -13,7 +13,7 @@ * Represents a macro node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Macro extends Twig_Node { diff --git a/lib/Twig/Node/Module.php b/lib/Twig/Node/Module.php index a3cc0be..808cf6b 100644 --- a/lib/Twig/Node/Module.php +++ b/lib/Twig/Node/Module.php @@ -14,7 +14,7 @@ * Represents a module node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Module extends Twig_Node { diff --git a/lib/Twig/Node/Print.php b/lib/Twig/Node/Print.php index 49047c9..766725f 100644 --- a/lib/Twig/Node/Print.php +++ b/lib/Twig/Node/Print.php @@ -14,7 +14,7 @@ * Represents a node that outputs an expression. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Print extends Twig_Node implements Twig_NodeOutputInterface { diff --git a/lib/Twig/Node/Sandbox.php b/lib/Twig/Node/Sandbox.php index 0a513c0..cbfcb41 100644 --- a/lib/Twig/Node/Sandbox.php +++ b/lib/Twig/Node/Sandbox.php @@ -13,7 +13,7 @@ * Represents a sandbox node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Sandbox extends Twig_Node { diff --git a/lib/Twig/Node/SandboxedModule.php b/lib/Twig/Node/SandboxedModule.php index a797cf4..36d9f19 100644 --- a/lib/Twig/Node/SandboxedModule.php +++ b/lib/Twig/Node/SandboxedModule.php @@ -14,7 +14,7 @@ * Represents a module node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_SandboxedModule extends Twig_Node_Module { diff --git a/lib/Twig/Node/SandboxedPrint.php b/lib/Twig/Node/SandboxedPrint.php index fe374a7..77730d8 100644 --- a/lib/Twig/Node/SandboxedPrint.php +++ b/lib/Twig/Node/SandboxedPrint.php @@ -18,7 +18,7 @@ * method is allowed if 'article' is an object. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_SandboxedPrint extends Twig_Node_Print { diff --git a/lib/Twig/Node/Set.php b/lib/Twig/Node/Set.php index 9dae2ea..8a46eec 100644 --- a/lib/Twig/Node/Set.php +++ b/lib/Twig/Node/Set.php @@ -13,7 +13,7 @@ * Represents a set node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Set extends Twig_Node { diff --git a/lib/Twig/Node/Spaceless.php b/lib/Twig/Node/Spaceless.php index 8c6300d..4601346 100644 --- a/lib/Twig/Node/Spaceless.php +++ b/lib/Twig/Node/Spaceless.php @@ -15,7 +15,7 @@ * It removes spaces between HTML tags. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Spaceless extends Twig_Node { diff --git a/lib/Twig/Node/Text.php b/lib/Twig/Node/Text.php index 7812bc2..0c1c092 100644 --- a/lib/Twig/Node/Text.php +++ b/lib/Twig/Node/Text.php @@ -14,7 +14,7 @@ * Represents a text node. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Text extends Twig_Node implements Twig_NodeOutputInterface { diff --git a/lib/Twig/NodeInterface.php b/lib/Twig/NodeInterface.php index 5e17b77..165aed4 100644 --- a/lib/Twig/NodeInterface.php +++ b/lib/Twig/NodeInterface.php @@ -13,7 +13,7 @@ * Represents a node in the AST. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_NodeInterface { diff --git a/lib/Twig/NodeOutputInterface.php b/lib/Twig/NodeOutputInterface.php index a75154c..7183956 100644 --- a/lib/Twig/NodeOutputInterface.php +++ b/lib/Twig/NodeOutputInterface.php @@ -13,7 +13,7 @@ * Represents a displayable node in the AST. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_NodeOutputInterface { diff --git a/lib/Twig/NodeTraverser.php b/lib/Twig/NodeTraverser.php index 737934c..1e82b03 100644 --- a/lib/Twig/NodeTraverser.php +++ b/lib/Twig/NodeTraverser.php @@ -15,7 +15,7 @@ * It visits all nodes and their children and call the given visitor for each. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_NodeTraverser { diff --git a/lib/Twig/NodeVisitor/Escaper.php b/lib/Twig/NodeVisitor/Escaper.php index 468f97a..049ce96 100644 --- a/lib/Twig/NodeVisitor/Escaper.php +++ b/lib/Twig/NodeVisitor/Escaper.php @@ -13,7 +13,7 @@ * Twig_NodeVisitor_Escaper implements output escaping. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_NodeVisitor_Escaper implements Twig_NodeVisitorInterface { diff --git a/lib/Twig/NodeVisitor/Optimizer.php b/lib/Twig/NodeVisitor/Optimizer.php index a683f4a..d89ceb7 100644 --- a/lib/Twig/NodeVisitor/Optimizer.php +++ b/lib/Twig/NodeVisitor/Optimizer.php @@ -18,7 +18,7 @@ * optimizer mode. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_NodeVisitor_Optimizer implements Twig_NodeVisitorInterface { diff --git a/lib/Twig/NodeVisitor/Sandbox.php b/lib/Twig/NodeVisitor/Sandbox.php index d910673..e9e1e1a 100644 --- a/lib/Twig/NodeVisitor/Sandbox.php +++ b/lib/Twig/NodeVisitor/Sandbox.php @@ -13,7 +13,7 @@ * Twig_NodeVisitor_Sandbox implements sandboxing. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_NodeVisitor_Sandbox implements Twig_NodeVisitorInterface { diff --git a/lib/Twig/NodeVisitorInterface.php b/lib/Twig/NodeVisitorInterface.php index c73aca5..d44e510 100644 --- a/lib/Twig/NodeVisitorInterface.php +++ b/lib/Twig/NodeVisitorInterface.php @@ -13,7 +13,7 @@ * Twig_NodeVisitorInterface is the interface the all node visitor classes must implement. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_NodeVisitorInterface { diff --git a/lib/Twig/Parser.php b/lib/Twig/Parser.php index c433ab6..f22ad09 100644 --- a/lib/Twig/Parser.php +++ b/lib/Twig/Parser.php @@ -14,7 +14,7 @@ * Default parser implementation. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Parser implements Twig_ParserInterface { diff --git a/lib/Twig/ParserInterface.php b/lib/Twig/ParserInterface.php index 30cabc0..c7a3441 100644 --- a/lib/Twig/ParserInterface.php +++ b/lib/Twig/ParserInterface.php @@ -13,7 +13,7 @@ * Interface implemented by parser classes. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_ParserInterface { diff --git a/lib/Twig/Sandbox/SecurityError.php b/lib/Twig/Sandbox/SecurityError.php index 1fac69f..debabb7 100644 --- a/lib/Twig/Sandbox/SecurityError.php +++ b/lib/Twig/Sandbox/SecurityError.php @@ -13,7 +13,7 @@ * Exception thrown when a security error occurs at runtime. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Sandbox_SecurityError extends Twig_Error { diff --git a/lib/Twig/Sandbox/SecurityPolicy.php b/lib/Twig/Sandbox/SecurityPolicy.php index 0d9a1a8..0fd2c0b 100644 --- a/lib/Twig/Sandbox/SecurityPolicy.php +++ b/lib/Twig/Sandbox/SecurityPolicy.php @@ -13,7 +13,7 @@ * Represents a security policy which need to be enforced when sandbox mode is enabled. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Sandbox_SecurityPolicy implements Twig_Sandbox_SecurityPolicyInterface { diff --git a/lib/Twig/Sandbox/SecurityPolicyInterface.php b/lib/Twig/Sandbox/SecurityPolicyInterface.php index 2a771c4..d5015af 100644 --- a/lib/Twig/Sandbox/SecurityPolicyInterface.php +++ b/lib/Twig/Sandbox/SecurityPolicyInterface.php @@ -13,7 +13,7 @@ * Interfaces that all security policy classes must implements. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_Sandbox_SecurityPolicyInterface { diff --git a/lib/Twig/Template.php b/lib/Twig/Template.php index 5a987d7..42387eb 100644 --- a/lib/Twig/Template.php +++ b/lib/Twig/Template.php @@ -14,7 +14,7 @@ * Default base class for compiled templates. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Twig_Template implements Twig_TemplateInterface { diff --git a/lib/Twig/TemplateInterface.php b/lib/Twig/TemplateInterface.php index e5fb8f6..08da116 100644 --- a/lib/Twig/TemplateInterface.php +++ b/lib/Twig/TemplateInterface.php @@ -13,7 +13,7 @@ * Interface implemented by all compiled templates. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_TemplateInterface { diff --git a/lib/Twig/Test/Function.php b/lib/Twig/Test/Function.php index 81750b6..1240a0f 100644 --- a/lib/Twig/Test/Function.php +++ b/lib/Twig/Test/Function.php @@ -13,7 +13,7 @@ * Represents a function template test. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Test_Function implements Twig_TestInterface { diff --git a/lib/Twig/Test/Method.php b/lib/Twig/Test/Method.php index ea6a44c..a3b3948 100644 --- a/lib/Twig/Test/Method.php +++ b/lib/Twig/Test/Method.php @@ -13,7 +13,7 @@ * Represents a method template test. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Test_Method implements Twig_TestInterface { diff --git a/lib/Twig/TestInterface.php b/lib/Twig/TestInterface.php index 691ba14..c2ff725 100644 --- a/lib/Twig/TestInterface.php +++ b/lib/Twig/TestInterface.php @@ -13,7 +13,7 @@ * Represents a template test. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_TestInterface { diff --git a/lib/Twig/Token.php b/lib/Twig/Token.php index c5fc156..79a1003 100644 --- a/lib/Twig/Token.php +++ b/lib/Twig/Token.php @@ -14,7 +14,7 @@ * Represents a Token. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Token { diff --git a/lib/Twig/TokenParser.php b/lib/Twig/TokenParser.php index 4245a08..6c9e693 100644 --- a/lib/Twig/TokenParser.php +++ b/lib/Twig/TokenParser.php @@ -13,7 +13,7 @@ * Base class for all token parsers. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Twig_TokenParser implements Twig_TokenParserInterface { diff --git a/lib/Twig/TokenParserInterface.php b/lib/Twig/TokenParserInterface.php index 142adec..114a939 100644 --- a/lib/Twig/TokenParserInterface.php +++ b/lib/Twig/TokenParserInterface.php @@ -13,7 +13,7 @@ * Interface implemented by token parsers. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ interface Twig_TokenParserInterface { diff --git a/lib/Twig/TokenStream.php b/lib/Twig/TokenStream.php index 68fe09a..c5eb912 100644 --- a/lib/Twig/TokenStream.php +++ b/lib/Twig/TokenStream.php @@ -14,7 +14,7 @@ * Represents a token stream. * * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_TokenStream {