From 214385dccf895e07294447bb7b41f3f38b6e3669 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 24 Feb 2013 22:41:17 +0100 Subject: [PATCH] removed unneeded PHPdoc tags --- lib/Twig/Autoloader.php | 3 +-- lib/Twig/Compiler.php | 3 +-- lib/Twig/CompilerInterface.php | 3 +-- lib/Twig/Environment.php | 3 +-- lib/Twig/Error.php | 3 +-- lib/Twig/Error/Loader.php | 3 +-- lib/Twig/Error/Runtime.php | 3 +-- lib/Twig/Error/Syntax.php | 3 +-- lib/Twig/ExistsLoaderInterface.php | 3 +-- lib/Twig/ExpressionParser.php | 3 +-- lib/Twig/Extension/Staging.php | 3 +-- lib/Twig/ExtensionInterface.php | 3 +-- lib/Twig/Filter.php | 3 +-- lib/Twig/Filter/Function.php | 3 +-- lib/Twig/Filter/Method.php | 3 +-- lib/Twig/Filter/Node.php | 3 +-- lib/Twig/FilterCallableInterface.php | 3 +-- lib/Twig/FilterInterface.php | 3 +-- lib/Twig/Function.php | 3 +-- lib/Twig/Function/Function.php | 3 +-- lib/Twig/Function/Method.php | 3 +-- lib/Twig/Function/Node.php | 3 +-- lib/Twig/FunctionCallableInterface.php | 3 +-- lib/Twig/FunctionInterface.php | 3 +-- lib/Twig/Lexer.php | 3 +-- lib/Twig/LexerInterface.php | 3 +-- lib/Twig/Loader/Array.php | 3 +-- lib/Twig/Loader/Chain.php | 3 +-- lib/Twig/Loader/Filesystem.php | 3 +-- lib/Twig/Loader/String.php | 3 +-- lib/Twig/LoaderInterface.php | 3 +-- lib/Twig/Markup.php | 3 +-- lib/Twig/Node.php | 3 +-- lib/Twig/Node/AutoEscape.php | 3 +-- lib/Twig/Node/Block.php | 3 +-- lib/Twig/Node/BlockReference.php | 3 +-- lib/Twig/Node/Body.php | 3 +-- lib/Twig/Node/Do.php | 3 +-- lib/Twig/Node/Embed.php | 3 +-- lib/Twig/Node/Expression.php | 3 +-- lib/Twig/Node/Expression/BlockReference.php | 3 +-- lib/Twig/Node/Expression/ExtensionReference.php | 3 +-- lib/Twig/Node/Expression/Filter/Default.php | 3 +-- lib/Twig/Node/Expression/Parent.php | 3 +-- lib/Twig/Node/Expression/Test/Constant.php | 3 +-- lib/Twig/Node/Expression/Test/Defined.php | 3 +-- lib/Twig/Node/Expression/Test/Divisibleby.php | 3 +-- lib/Twig/Node/Expression/Test/Even.php | 3 +-- lib/Twig/Node/Expression/Test/Null.php | 3 +-- lib/Twig/Node/Expression/Test/Odd.php | 3 +-- lib/Twig/Node/Expression/Test/Sameas.php | 3 +-- lib/Twig/Node/Flush.php | 3 +-- lib/Twig/Node/For.php | 3 +-- lib/Twig/Node/ForLoop.php | 3 +-- lib/Twig/Node/If.php | 3 +-- lib/Twig/Node/Import.php | 3 +-- lib/Twig/Node/Include.php | 3 +-- lib/Twig/Node/Macro.php | 3 +-- lib/Twig/Node/Module.php | 3 +-- lib/Twig/Node/Print.php | 3 +-- lib/Twig/Node/Sandbox.php | 3 +-- lib/Twig/Node/SandboxedModule.php | 3 +-- lib/Twig/Node/SandboxedPrint.php | 3 +-- lib/Twig/Node/Set.php | 3 +-- lib/Twig/Node/Spaceless.php | 3 +-- lib/Twig/Node/Text.php | 3 +-- lib/Twig/NodeInterface.php | 3 +-- lib/Twig/NodeOutputInterface.php | 3 +-- lib/Twig/NodeTraverser.php | 3 +-- lib/Twig/NodeVisitor/Escaper.php | 3 +-- lib/Twig/NodeVisitor/Optimizer.php | 3 +-- lib/Twig/NodeVisitor/Sandbox.php | 3 +-- lib/Twig/NodeVisitorInterface.php | 3 +-- lib/Twig/Parser.php | 3 +-- lib/Twig/ParserInterface.php | 3 +-- lib/Twig/Sandbox/SecurityError.php | 3 +-- lib/Twig/Sandbox/SecurityPolicy.php | 3 +-- lib/Twig/Sandbox/SecurityPolicyInterface.php | 3 +-- lib/Twig/SimpleFilter.php | 3 +-- lib/Twig/SimpleFunction.php | 3 +-- lib/Twig/SimpleTest.php | 3 +-- lib/Twig/Template.php | 3 +-- lib/Twig/TemplateInterface.php | 3 +-- lib/Twig/Test.php | 3 +-- lib/Twig/Test/Function.php | 3 +-- lib/Twig/Test/IntegrationTestCase.php | 5 ++--- lib/Twig/Test/Method.php | 3 +-- lib/Twig/Test/Node.php | 3 +-- lib/Twig/TestCallableInterface.php | 3 +-- lib/Twig/TestInterface.php | 3 +-- lib/Twig/Token.php | 3 +-- lib/Twig/TokenParser.php | 3 +-- lib/Twig/TokenParserBroker.php | 3 +-- lib/Twig/TokenParserBrokerInterface.php | 3 +-- lib/Twig/TokenParserInterface.php | 3 +-- lib/Twig/TokenStream.php | 3 +-- 96 files changed, 97 insertions(+), 193 deletions(-) diff --git a/lib/Twig/Autoloader.php b/lib/Twig/Autoloader.php index 9bcec43..d1e005b 100644 --- a/lib/Twig/Autoloader.php +++ b/lib/Twig/Autoloader.php @@ -12,8 +12,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 95b1869..99aecbc 100644 --- a/lib/Twig/Compiler.php +++ b/lib/Twig/Compiler.php @@ -13,8 +13,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 db848a0..e293ec9 100644 --- a/lib/Twig/CompilerInterface.php +++ b/lib/Twig/CompilerInterface.php @@ -12,8 +12,7 @@ /** * Interface implemented by compiler classes. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_CompilerInterface diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 97c5f63..04339e4 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -12,8 +12,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 138151b..e77ec98 100644 --- a/lib/Twig/Error.php +++ b/lib/Twig/Error.php @@ -29,8 +29,7 @@ * can be disabled by passing false for both the filename and the line number * when creating a new instance of this class. * - * @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 7124974..68efb57 100644 --- a/lib/Twig/Error/Loader.php +++ b/lib/Twig/Error/Loader.php @@ -20,8 +20,7 @@ * * This strategy makes Twig_Environment::resolveTemplate() much faster. * - * @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 8a387fa..8b6cedd 100644 --- a/lib/Twig/Error/Runtime.php +++ b/lib/Twig/Error/Runtime.php @@ -13,8 +13,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 a2650c3..0f5c579 100644 --- a/lib/Twig/Error/Syntax.php +++ b/lib/Twig/Error/Syntax.php @@ -13,8 +13,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/ExistsLoaderInterface.php b/lib/Twig/ExistsLoaderInterface.php index 95fbeb0..ce43476 100644 --- a/lib/Twig/ExistsLoaderInterface.php +++ b/lib/Twig/ExistsLoaderInterface.php @@ -12,8 +12,7 @@ /** * Adds an exists() method for loaders. * - * @package twig - * @author Florin Patan + * @author Florin Patan * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_ExistsLoaderInterface diff --git a/lib/Twig/ExpressionParser.php b/lib/Twig/ExpressionParser.php index 7b9114a..131c6c2 100644 --- a/lib/Twig/ExpressionParser.php +++ b/lib/Twig/ExpressionParser.php @@ -18,8 +18,7 @@ * @see http://www.engr.mun.ca/~theo/Misc/exp_parsing.htm * @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/Extension/Staging.php b/lib/Twig/Extension/Staging.php index f67fc65..8ab0f45 100644 --- a/lib/Twig/Extension/Staging.php +++ b/lib/Twig/Extension/Staging.php @@ -14,8 +14,7 @@ * * This class is used by Twig_Environment as a staging area and must not be used directly. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Extension_Staging extends Twig_Extension { diff --git a/lib/Twig/ExtensionInterface.php b/lib/Twig/ExtensionInterface.php index fe20a4e..f189e9d 100644 --- a/lib/Twig/ExtensionInterface.php +++ b/lib/Twig/ExtensionInterface.php @@ -12,8 +12,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 879ef67..1891788 100644 --- a/lib/Twig/Filter.php +++ b/lib/Twig/Filter.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ abstract class Twig_Filter implements Twig_FilterInterface, Twig_FilterCallableInterface diff --git a/lib/Twig/Filter/Function.php b/lib/Twig/Filter/Function.php index ae1f961..ad374a5 100644 --- a/lib/Twig/Filter/Function.php +++ b/lib/Twig/Filter/Function.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Filter_Function extends Twig_Filter diff --git a/lib/Twig/Filter/Method.php b/lib/Twig/Filter/Method.php index 074371a..63c8c3b 100644 --- a/lib/Twig/Filter/Method.php +++ b/lib/Twig/Filter/Method.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Filter_Method extends Twig_Filter diff --git a/lib/Twig/Filter/Node.php b/lib/Twig/Filter/Node.php index 4d27c93..8744c5e 100644 --- a/lib/Twig/Filter/Node.php +++ b/lib/Twig/Filter/Node.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Filter_Node extends Twig_Filter diff --git a/lib/Twig/FilterCallableInterface.php b/lib/Twig/FilterCallableInterface.php index 97c7610..145534d 100644 --- a/lib/Twig/FilterCallableInterface.php +++ b/lib/Twig/FilterCallableInterface.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_FilterCallableInterface diff --git a/lib/Twig/FilterInterface.php b/lib/Twig/FilterInterface.php index 0c7f0a4..5319ecc 100644 --- a/lib/Twig/FilterInterface.php +++ b/lib/Twig/FilterInterface.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFilter instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_FilterInterface diff --git a/lib/Twig/Function.php b/lib/Twig/Function.php index b30c30e..b5ffb2b 100644 --- a/lib/Twig/Function.php +++ b/lib/Twig/Function.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ abstract class Twig_Function implements Twig_FunctionInterface, Twig_FunctionCallableInterface diff --git a/lib/Twig/Function/Function.php b/lib/Twig/Function/Function.php index 7e5c9c2..d1e1b96 100644 --- a/lib/Twig/Function/Function.php +++ b/lib/Twig/Function/Function.php @@ -15,8 +15,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Arnaud Le Blanc + * @author Arnaud Le Blanc * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Function_Function extends Twig_Function diff --git a/lib/Twig/Function/Method.php b/lib/Twig/Function/Method.php index a13741e..67039a9 100644 --- a/lib/Twig/Function/Method.php +++ b/lib/Twig/Function/Method.php @@ -15,8 +15,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Arnaud Le Blanc + * @author Arnaud Le Blanc * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Function_Method extends Twig_Function diff --git a/lib/Twig/Function/Node.php b/lib/Twig/Function/Node.php index 068c5fd..06a0d0d 100644 --- a/lib/Twig/Function/Node.php +++ b/lib/Twig/Function/Node.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Function_Node extends Twig_Function diff --git a/lib/Twig/FunctionCallableInterface.php b/lib/Twig/FunctionCallableInterface.php index dfd6f75..0aab4f5 100644 --- a/lib/Twig/FunctionCallableInterface.php +++ b/lib/Twig/FunctionCallableInterface.php @@ -14,8 +14,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_FunctionCallableInterface diff --git a/lib/Twig/FunctionInterface.php b/lib/Twig/FunctionInterface.php index 1c03cbd..67f4f89 100644 --- a/lib/Twig/FunctionInterface.php +++ b/lib/Twig/FunctionInterface.php @@ -15,8 +15,7 @@ * * Use Twig_SimpleFunction instead. * - * @package twig - * @author Arnaud Le Blanc + * @author Arnaud Le Blanc * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_FunctionInterface diff --git a/lib/Twig/Lexer.php b/lib/Twig/Lexer.php index ff5c6ce..000b038 100644 --- a/lib/Twig/Lexer.php +++ b/lib/Twig/Lexer.php @@ -13,8 +13,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 6fd4db5..4b83f81 100644 --- a/lib/Twig/LexerInterface.php +++ b/lib/Twig/LexerInterface.php @@ -12,8 +12,7 @@ /** * Interface implemented by lexer classes. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_LexerInterface diff --git a/lib/Twig/Loader/Array.php b/lib/Twig/Loader/Array.php index e00910c..89087ae 100644 --- a/lib/Twig/Loader/Array.php +++ b/lib/Twig/Loader/Array.php @@ -17,8 +17,7 @@ * source code of the template). If you don't want to see your cache grows out of * 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, Twig_ExistsLoaderInterface { diff --git a/lib/Twig/Loader/Chain.php b/lib/Twig/Loader/Chain.php index da61aca..cd64b05 100644 --- a/lib/Twig/Loader/Chain.php +++ b/lib/Twig/Loader/Chain.php @@ -12,8 +12,7 @@ /** * Loads templates from other loaders. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Loader_Chain implements Twig_LoaderInterface, Twig_ExistsLoaderInterface { diff --git a/lib/Twig/Loader/Filesystem.php b/lib/Twig/Loader/Filesystem.php index 8748e3d..faf27e3 100644 --- a/lib/Twig/Loader/Filesystem.php +++ b/lib/Twig/Loader/Filesystem.php @@ -12,8 +12,7 @@ /** * Loads template from the filesystem. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Loader_Filesystem implements Twig_LoaderInterface, Twig_ExistsLoaderInterface { diff --git a/lib/Twig/Loader/String.php b/lib/Twig/Loader/String.php index 6a4c0ab..8ad9856 100644 --- a/lib/Twig/Loader/String.php +++ b/lib/Twig/Loader/String.php @@ -21,8 +21,7 @@ * source code of the template). If you don't want to see your cache grows out of * 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, Twig_ExistsLoaderInterface { diff --git a/lib/Twig/LoaderInterface.php b/lib/Twig/LoaderInterface.php index 3d69b14..927786d 100644 --- a/lib/Twig/LoaderInterface.php +++ b/lib/Twig/LoaderInterface.php @@ -12,8 +12,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 7099b29..69871fc 100644 --- a/lib/Twig/Markup.php +++ b/lib/Twig/Markup.php @@ -12,8 +12,7 @@ /** * Marks a content as safe. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Markup implements Countable { diff --git a/lib/Twig/Node.php b/lib/Twig/Node.php index 3048db5..931b463 100644 --- a/lib/Twig/Node.php +++ b/lib/Twig/Node.php @@ -13,8 +13,7 @@ /** * Represents a node in the AST. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node implements Twig_NodeInterface { diff --git a/lib/Twig/Node/AutoEscape.php b/lib/Twig/Node/AutoEscape.php index a0c2ee6..8f190e0 100644 --- a/lib/Twig/Node/AutoEscape.php +++ b/lib/Twig/Node/AutoEscape.php @@ -18,8 +18,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 5548ad0..50eb67e 100644 --- a/lib/Twig/Node/Block.php +++ b/lib/Twig/Node/Block.php @@ -13,8 +13,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 53f6287..013e369 100644 --- a/lib/Twig/Node/BlockReference.php +++ b/lib/Twig/Node/BlockReference.php @@ -13,8 +13,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/Body.php b/lib/Twig/Node/Body.php index f72bf50..3ffb134 100644 --- a/lib/Twig/Node/Body.php +++ b/lib/Twig/Node/Body.php @@ -12,8 +12,7 @@ /** * Represents a body node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Body extends Twig_Node { diff --git a/lib/Twig/Node/Do.php b/lib/Twig/Node/Do.php index aa419d9..c528066 100644 --- a/lib/Twig/Node/Do.php +++ b/lib/Twig/Node/Do.php @@ -12,8 +12,7 @@ /** * Represents a do node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Do extends Twig_Node { diff --git a/lib/Twig/Node/Embed.php b/lib/Twig/Node/Embed.php index 5edb953..4c9456d 100644 --- a/lib/Twig/Node/Embed.php +++ b/lib/Twig/Node/Embed.php @@ -12,8 +12,7 @@ /** * Represents an embed node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Embed extends Twig_Node_Include { diff --git a/lib/Twig/Node/Expression.php b/lib/Twig/Node/Expression.php index 13b170e..a7382e7 100644 --- a/lib/Twig/Node/Expression.php +++ b/lib/Twig/Node/Expression.php @@ -13,8 +13,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 174d909..647196e 100644 --- a/lib/Twig/Node/Expression/BlockReference.php +++ b/lib/Twig/Node/Expression/BlockReference.php @@ -13,8 +13,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 cb4efad..00ac670 100644 --- a/lib/Twig/Node/Expression/ExtensionReference.php +++ b/lib/Twig/Node/Expression/ExtensionReference.php @@ -12,8 +12,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/Filter/Default.php b/lib/Twig/Node/Expression/Filter/Default.php index fccd39a..1827c88 100644 --- a/lib/Twig/Node/Expression/Filter/Default.php +++ b/lib/Twig/Node/Expression/Filter/Default.php @@ -16,8 +16,7 @@ * {{ var.foo|default('foo item on var is not defined') }} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Filter_Default extends Twig_Node_Expression_Filter { diff --git a/lib/Twig/Node/Expression/Parent.php b/lib/Twig/Node/Expression/Parent.php index ea97349..dcf618c 100644 --- a/lib/Twig/Node/Expression/Parent.php +++ b/lib/Twig/Node/Expression/Parent.php @@ -13,8 +13,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/Expression/Test/Constant.php b/lib/Twig/Node/Expression/Test/Constant.php index 6e6b6fd..45b1e5d 100644 --- a/lib/Twig/Node/Expression/Test/Constant.php +++ b/lib/Twig/Node/Expression/Test/Constant.php @@ -18,8 +18,7 @@ * {% endif %} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Constant extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Defined.php b/lib/Twig/Node/Expression/Test/Defined.php index 915e60a..85b07f5 100644 --- a/lib/Twig/Node/Expression/Test/Defined.php +++ b/lib/Twig/Node/Expression/Test/Defined.php @@ -19,8 +19,7 @@ * {% endif %} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Defined extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Divisibleby.php b/lib/Twig/Node/Expression/Test/Divisibleby.php index 05563d5..0aceb53 100644 --- a/lib/Twig/Node/Expression/Test/Divisibleby.php +++ b/lib/Twig/Node/Expression/Test/Divisibleby.php @@ -16,8 +16,7 @@ * {% if loop.index is divisibleby(3) %} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Divisibleby extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Even.php b/lib/Twig/Node/Expression/Test/Even.php index 08e6d82..d7853e8 100644 --- a/lib/Twig/Node/Expression/Test/Even.php +++ b/lib/Twig/Node/Expression/Test/Even.php @@ -16,8 +16,7 @@ * {{ var is even }} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Even extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Null.php b/lib/Twig/Node/Expression/Test/Null.php index 55061db..1c83825 100644 --- a/lib/Twig/Node/Expression/Test/Null.php +++ b/lib/Twig/Node/Expression/Test/Null.php @@ -16,8 +16,7 @@ * {{ var is none }} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Null extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Odd.php b/lib/Twig/Node/Expression/Test/Odd.php index 5fecebc..421c19e 100644 --- a/lib/Twig/Node/Expression/Test/Odd.php +++ b/lib/Twig/Node/Expression/Test/Odd.php @@ -16,8 +16,7 @@ * {{ var is odd }} * * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Odd extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Expression/Test/Sameas.php b/lib/Twig/Node/Expression/Test/Sameas.php index 8639b96..b48905e 100644 --- a/lib/Twig/Node/Expression/Test/Sameas.php +++ b/lib/Twig/Node/Expression/Test/Sameas.php @@ -12,8 +12,7 @@ /** * Checks if a variable is the same as another one (=== in PHP). * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Expression_Test_Sameas extends Twig_Node_Expression_Test { diff --git a/lib/Twig/Node/Flush.php b/lib/Twig/Node/Flush.php index 8f2ab9d..0467ddc 100644 --- a/lib/Twig/Node/Flush.php +++ b/lib/Twig/Node/Flush.php @@ -12,8 +12,7 @@ /** * Represents a flush node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_Flush extends Twig_Node { diff --git a/lib/Twig/Node/For.php b/lib/Twig/Node/For.php index d9d25b3..20e543c 100644 --- a/lib/Twig/Node/For.php +++ b/lib/Twig/Node/For.php @@ -13,8 +13,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/ForLoop.php b/lib/Twig/Node/ForLoop.php index 38f2e85..b884158 100644 --- a/lib/Twig/Node/ForLoop.php +++ b/lib/Twig/Node/ForLoop.php @@ -12,8 +12,7 @@ /** * Internal node used by the for node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_Node_ForLoop extends Twig_Node { diff --git a/lib/Twig/Node/If.php b/lib/Twig/Node/If.php index aa12efb..4296a8d 100644 --- a/lib/Twig/Node/If.php +++ b/lib/Twig/Node/If.php @@ -13,8 +13,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 a327411..99efc09 100644 --- a/lib/Twig/Node/Import.php +++ b/lib/Twig/Node/Import.php @@ -12,8 +12,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 5b6be7a..ed4a375 100644 --- a/lib/Twig/Node/Include.php +++ b/lib/Twig/Node/Include.php @@ -13,8 +13,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 347e4b2..8991061 100644 --- a/lib/Twig/Node/Macro.php +++ b/lib/Twig/Node/Macro.php @@ -12,8 +12,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 4c7a107..585048b 100644 --- a/lib/Twig/Node/Module.php +++ b/lib/Twig/Node/Module.php @@ -13,8 +13,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 766725f..b0c41d1 100644 --- a/lib/Twig/Node/Print.php +++ b/lib/Twig/Node/Print.php @@ -13,8 +13,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 cbfcb41..8cf3ed4 100644 --- a/lib/Twig/Node/Sandbox.php +++ b/lib/Twig/Node/Sandbox.php @@ -12,8 +12,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 c1b3bce..be1f5da 100644 --- a/lib/Twig/Node/SandboxedModule.php +++ b/lib/Twig/Node/SandboxedModule.php @@ -13,8 +13,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 77730d8..73dfaa9 100644 --- a/lib/Twig/Node/SandboxedPrint.php +++ b/lib/Twig/Node/SandboxedPrint.php @@ -17,8 +17,7 @@ * and if the sandbox is enabled, we need to check that the __toString() * 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 70bb519..4c9c16c 100644 --- a/lib/Twig/Node/Set.php +++ b/lib/Twig/Node/Set.php @@ -12,8 +12,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 4601346..7555fa0 100644 --- a/lib/Twig/Node/Spaceless.php +++ b/lib/Twig/Node/Spaceless.php @@ -14,8 +14,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 0c1c092..21bdcea 100644 --- a/lib/Twig/Node/Text.php +++ b/lib/Twig/Node/Text.php @@ -13,8 +13,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 44b953b..f0ef725 100644 --- a/lib/Twig/NodeInterface.php +++ b/lib/Twig/NodeInterface.php @@ -12,8 +12,7 @@ /** * Represents a node in the AST. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_NodeInterface extends Countable, IteratorAggregate diff --git a/lib/Twig/NodeOutputInterface.php b/lib/Twig/NodeOutputInterface.php index 7183956..22172c0 100644 --- a/lib/Twig/NodeOutputInterface.php +++ b/lib/Twig/NodeOutputInterface.php @@ -12,8 +12,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 1e82b03..28cba1a 100644 --- a/lib/Twig/NodeTraverser.php +++ b/lib/Twig/NodeTraverser.php @@ -14,8 +14,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 0d749fe..cc4b3d7 100644 --- a/lib/Twig/NodeVisitor/Escaper.php +++ b/lib/Twig/NodeVisitor/Escaper.php @@ -12,8 +12,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 c9ad6bb..a254def 100644 --- a/lib/Twig/NodeVisitor/Optimizer.php +++ b/lib/Twig/NodeVisitor/Optimizer.php @@ -17,8 +17,7 @@ * You can configure which optimizations you want to activate via the * 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 1957f8a..fb27045 100644 --- a/lib/Twig/NodeVisitor/Sandbox.php +++ b/lib/Twig/NodeVisitor/Sandbox.php @@ -12,8 +12,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 f4974c6..ddbecf7 100644 --- a/lib/Twig/NodeVisitorInterface.php +++ b/lib/Twig/NodeVisitorInterface.php @@ -12,8 +12,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 1179913..958e46b 100644 --- a/lib/Twig/Parser.php +++ b/lib/Twig/Parser.php @@ -13,8 +13,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 2783a68..f0d7900 100644 --- a/lib/Twig/ParserInterface.php +++ b/lib/Twig/ParserInterface.php @@ -12,8 +12,7 @@ /** * Interface implemented by parser classes. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_ParserInterface diff --git a/lib/Twig/Sandbox/SecurityError.php b/lib/Twig/Sandbox/SecurityError.php index debabb7..015bfae 100644 --- a/lib/Twig/Sandbox/SecurityError.php +++ b/lib/Twig/Sandbox/SecurityError.php @@ -12,8 +12,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 ba912ef..66ee233 100644 --- a/lib/Twig/Sandbox/SecurityPolicy.php +++ b/lib/Twig/Sandbox/SecurityPolicy.php @@ -12,8 +12,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 655b16b..6ab48e3 100644 --- a/lib/Twig/Sandbox/SecurityPolicyInterface.php +++ b/lib/Twig/Sandbox/SecurityPolicyInterface.php @@ -12,8 +12,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/SimpleFilter.php b/lib/Twig/SimpleFilter.php index 7089a9d..a6bf60f 100644 --- a/lib/Twig/SimpleFilter.php +++ b/lib/Twig/SimpleFilter.php @@ -12,8 +12,7 @@ /** * Represents a template filter. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_SimpleFilter { diff --git a/lib/Twig/SimpleFunction.php b/lib/Twig/SimpleFunction.php index 9924154..8ef6aca 100644 --- a/lib/Twig/SimpleFunction.php +++ b/lib/Twig/SimpleFunction.php @@ -12,8 +12,7 @@ /** * Represents a template function. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_SimpleFunction { diff --git a/lib/Twig/SimpleTest.php b/lib/Twig/SimpleTest.php index 7502c79..225459c 100644 --- a/lib/Twig/SimpleTest.php +++ b/lib/Twig/SimpleTest.php @@ -12,8 +12,7 @@ /** * Represents a template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_SimpleTest { diff --git a/lib/Twig/Template.php b/lib/Twig/Template.php index a078627..abc3400 100644 --- a/lib/Twig/Template.php +++ b/lib/Twig/Template.php @@ -13,8 +13,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 d2a2c39..879f503 100644 --- a/lib/Twig/TemplateInterface.php +++ b/lib/Twig/TemplateInterface.php @@ -12,8 +12,7 @@ /** * Interface implemented by all compiled templates. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_TemplateInterface diff --git a/lib/Twig/Test.php b/lib/Twig/Test.php index 7fef1b4..3baff88 100644 --- a/lib/Twig/Test.php +++ b/lib/Twig/Test.php @@ -12,8 +12,7 @@ /** * Represents a template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ abstract class Twig_Test implements Twig_TestInterface, Twig_TestCallableInterface diff --git a/lib/Twig/Test/Function.php b/lib/Twig/Test/Function.php index d0ff490..4be6b9b 100644 --- a/lib/Twig/Test/Function.php +++ b/lib/Twig/Test/Function.php @@ -12,8 +12,7 @@ /** * Represents a function template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Test_Function extends Twig_Test diff --git a/lib/Twig/Test/IntegrationTestCase.php b/lib/Twig/Test/IntegrationTestCase.php index 2973dc5..724f094 100644 --- a/lib/Twig/Test/IntegrationTestCase.php +++ b/lib/Twig/Test/IntegrationTestCase.php @@ -12,9 +12,8 @@ /** * Integration test helper * - * @package twig - * @author Fabien Potencier - * @author Karma Dordrak + * @author Fabien Potencier + * @author Karma Dordrak */ abstract class Twig_Test_IntegrationTestCase extends PHPUnit_Framework_TestCase { diff --git a/lib/Twig/Test/Method.php b/lib/Twig/Test/Method.php index 5a5f37f..17c6c04 100644 --- a/lib/Twig/Test/Method.php +++ b/lib/Twig/Test/Method.php @@ -12,8 +12,7 @@ /** * Represents a method template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Test_Method extends Twig_Test diff --git a/lib/Twig/Test/Node.php b/lib/Twig/Test/Node.php index eee48f9..c832a57 100644 --- a/lib/Twig/Test/Node.php +++ b/lib/Twig/Test/Node.php @@ -12,8 +12,7 @@ /** * Represents a template test as a Node. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Test_Node extends Twig_Test diff --git a/lib/Twig/TestCallableInterface.php b/lib/Twig/TestCallableInterface.php index 18a9ca2..0db4368 100644 --- a/lib/Twig/TestCallableInterface.php +++ b/lib/Twig/TestCallableInterface.php @@ -12,8 +12,7 @@ /** * Represents a callable template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_TestCallableInterface diff --git a/lib/Twig/TestInterface.php b/lib/Twig/TestInterface.php index c1a2118..30d8a2c 100644 --- a/lib/Twig/TestInterface.php +++ b/lib/Twig/TestInterface.php @@ -12,8 +12,7 @@ /** * Represents a template test. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_TestInterface diff --git a/lib/Twig/Token.php b/lib/Twig/Token.php index 7f58e56..bbca90d 100644 --- a/lib/Twig/Token.php +++ b/lib/Twig/Token.php @@ -13,8 +13,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 ab18bfa..decebd5 100644 --- a/lib/Twig/TokenParser.php +++ b/lib/Twig/TokenParser.php @@ -12,8 +12,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/TokenParserBroker.php b/lib/Twig/TokenParserBroker.php index 23474de..9518c7c 100644 --- a/lib/Twig/TokenParserBroker.php +++ b/lib/Twig/TokenParserBroker.php @@ -13,8 +13,7 @@ /** * Default implementation of a token parser broker. * - * @package twig - * @author Arnaud Le Blanc + * @author Arnaud Le Blanc * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface diff --git a/lib/Twig/TokenParserBrokerInterface.php b/lib/Twig/TokenParserBrokerInterface.php index ac7e7cd..3f006e3 100644 --- a/lib/Twig/TokenParserBrokerInterface.php +++ b/lib/Twig/TokenParserBrokerInterface.php @@ -15,8 +15,7 @@ * * Token parser brokers allows to implement custom logic in the process of resolving a token parser for a given tag name. * - * @package twig - * @author Arnaud Le Blanc + * @author Arnaud Le Blanc * @deprecated since 1.12 (to be removed in 2.0) */ interface Twig_TokenParserBrokerInterface diff --git a/lib/Twig/TokenParserInterface.php b/lib/Twig/TokenParserInterface.php index 2b6c2ac..bbde771 100644 --- a/lib/Twig/TokenParserInterface.php +++ b/lib/Twig/TokenParserInterface.php @@ -12,8 +12,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 fcb10eb..a78189f 100644 --- a/lib/Twig/TokenStream.php +++ b/lib/Twig/TokenStream.php @@ -13,8 +13,7 @@ /** * Represents a token stream. * - * @package twig - * @author Fabien Potencier + * @author Fabien Potencier */ class Twig_TokenStream { -- 1.7.2.5