From 0ed4304cde710246f8368a83f3e80ddc15b0f804 Mon Sep 17 00:00:00 2001 From: Marcus Schwarz Date: Fri, 5 Apr 2019 10:52:11 +0200 Subject: [PATCH] remove explicit php version from doc blocks --- src/Context.php | 2 -- src/DefaultKeyword.php | 2 -- src/Dom/Attr.php | 2 -- src/Dom/CDATASection.php | 2 -- src/Dom/Comment.php | 2 -- src/Dom/Defs.php | 2 -- src/Dom/DocumentBuilder.php | 2 -- src/Dom/DocumentType.php | 2 -- src/Dom/Element.php | 2 -- src/Dom/Node.php | 2 -- src/Dom/PHPTALDocumentBuilder.php | 2 -- src/Dom/ProcessingInstruction.php | 2 -- src/Dom/SaxXmlParser.php | 2 -- src/Dom/Text.php | 2 -- src/Dom/XmlDeclaration.php | 2 -- src/Dom/XmlnsState.php | 2 -- src/Exception/ConfigurationException.php | 2 -- src/Exception/IOException.php | 2 -- src/Exception/InvalidVariableNameException.php | 2 -- src/Exception/MacroMissingException.php | 2 -- src/Exception/ParserException.php | 2 -- src/Exception/PhpTalException.php | 2 -- src/Exception/TemplateException.php | 2 -- src/Exception/UnknownModifierException.php | 2 -- src/Exception/VariableNotFoundException.php | 2 -- src/ExceptionHandler.php | 2 -- src/FileSource.php | 2 -- src/FileSourceResolver.php | 2 -- src/FilterInterface.php | 2 -- src/GetTextTranslator.php | 2 -- src/KeywordsInterface.php | 2 -- src/NothingKeyword.php | 2 -- src/PHPTAL.php | 2 -- src/Php/Attribute.php | 2 -- src/Php/Attribute/I18N/Attributes.php | 2 -- src/Php/Attribute/I18N/Data.php | 2 -- src/Php/Attribute/I18N/Domain.php | 2 -- src/Php/Attribute/I18N/Name.php | 2 -- src/Php/Attribute/I18N/Source.php | 2 -- src/Php/Attribute/I18N/Target.php | 2 -- src/Php/Attribute/I18N/Translate.php | 2 -- src/Php/Attribute/METAL/DefineMacro.php | 2 -- src/Php/Attribute/METAL/DefineSlot.php | 2 -- src/Php/Attribute/METAL/FillSlot.php | 2 -- src/Php/Attribute/METAL/UseMacro.php | 2 -- src/Php/Attribute/PHPTAL/Cache.php | 2 -- src/Php/Attribute/PHPTAL/Debug.php | 2 -- src/Php/Attribute/PHPTAL/Id.php | 2 -- src/Php/Attribute/PHPTAL/Tales.php | 2 -- src/Php/Attribute/TAL/Attributes.php | 2 -- src/Php/Attribute/TAL/Comment.php | 2 -- src/Php/Attribute/TAL/Condition.php | 2 -- src/Php/Attribute/TAL/Content.php | 2 -- src/Php/Attribute/TAL/Define.php | 2 -- src/Php/Attribute/TAL/OmitTag.php | 2 -- src/Php/Attribute/TAL/OnError.php | 2 -- src/Php/Attribute/TAL/Repeat.php | 2 -- src/Php/Attribute/TAL/Replace.php | 2 -- src/Php/CodeWriter.php | 2 -- src/Php/State.php | 2 -- src/Php/TalesChainExecutor.php | 2 -- src/Php/TalesChainReaderInterface.php | 2 -- src/Php/TalesInternal.php | 2 -- src/Php/Transformer.php | 2 -- src/PreFilter.php | 2 -- src/PreFilter/Compress.php | 2 -- src/PreFilter/Normalize.php | 2 -- src/PreFilter/StripComments.php | 2 -- src/RepeatController.php | 2 -- src/RepeatControllerGroups.php | 2 -- src/SourceInterface.php | 2 -- src/SourceResolverInterface.php | 2 -- src/StringSource.php | 2 -- src/TalNamespace.php | 2 -- src/TalNamespace/Builtin.php | 2 -- src/TalNamespace/I18N.php | 2 -- src/TalNamespace/METAL.php | 2 -- src/TalNamespace/PHPTAL.php | 2 -- src/TalNamespace/TAL.php | 2 -- src/TalNamespaceAttribute.php | 2 -- src/TalNamespaceAttributeContent.php | 2 -- src/TalNamespaceAttributeReplace.php | 2 -- src/TalNamespaceAttributeSurround.php | 2 -- src/TalesInterface.php | 2 -- src/TalesRegistry.php | 2 -- src/TranslationServiceInterface.php | 2 -- src/TriggerInterface.php | 2 -- tests/ArrayOverloadTest.php | 2 -- tests/AttributesInterpolationTest.php | 2 -- tests/BlockTest.php | 2 -- tests/ClosureTalesValueTest.php | 2 -- tests/CodeCacheTest.php | 2 -- tests/CommentFilterTest.php | 2 -- tests/CommentTest.php | 2 -- tests/CompressTest.php | 2 -- tests/ContentEncodingTest.php | 2 -- tests/ContentInterpolationTest.php | 2 -- tests/DoctypeTest.php | 2 -- tests/DomTest.php | 2 -- tests/EchoExecuteTest.php | 2 -- tests/EscapeCDATATest.php | 2 -- tests/EscapeHTMLTest.php | 2 -- tests/GetTextTest.php | 2 -- tests/HTML5ModeTest.php | 2 -- tests/HTMLGeneratorTest.php | 2 -- tests/I18NAttributesTest.php | 2 -- tests/I18NNameTest.php | 2 -- tests/I18NTranslateTest.php | 2 -- tests/KeywordClassTest.php | 2 -- tests/Latin1Test.php | 2 -- tests/MetalMacroTest.php | 2 -- tests/MetalSlotTest.php | 2 -- tests/NamespacesTest.php | 2 -- tests/OldTest.php | 2 -- tests/OverloadingTest.php | 2 -- tests/ParserTest.php | 2 -- tests/PhpModeTest.php | 2 -- tests/PhpTransformerTest.php | 2 -- tests/PhptalCacheTest.php | 2 -- tests/PhptalIdTest.php | 2 -- tests/PhptalPathTest.php | 2 -- tests/PhptalTest.php | 2 -- tests/PhptalUsageTest.php | 2 -- tests/PostFilterTest.php | 2 -- tests/PreFilterNormalizeTest.php | 2 -- tests/ReadableErrorTest.php | 2 -- tests/SimpleGenerationTest.php | 2 -- tests/SourceTest.php | 2 -- tests/TalAttributesTest.php | 2 -- tests/TalCommentTest.php | 2 -- tests/TalConditionTest.php | 2 -- tests/TalContentTest.php | 2 -- tests/TalDefineTest.php | 2 -- tests/TalOmitTagTest.php | 2 -- tests/TalOnErrorTest.php | 2 -- tests/TalRepeatTest.php | 2 -- tests/TalReplaceTest.php | 2 -- tests/TalesClosuresTest.php | 2 -- tests/TalesExistTest.php | 2 -- tests/TalesIssetNullTest.php | 2 -- tests/TalesModeTest.php | 2 -- tests/TalesPhpWithReplaceTest.php | 2 -- tests/TalesRegistryTest.php | 2 -- tests/TalesStringTest.php | 2 -- tests/TalesTest.php | 2 -- tests/TemplateRepositoryTest.php | 2 -- tests/Testhelper/DummyTranslator.php | 2 -- tests/TriggerTest.php | 2 -- tests/UTF8Test.php | 2 -- tests/XHTMLModeTest.php | 2 -- tests/XmlParserTest.php | 2 -- 151 files changed, 302 deletions(-) diff --git a/src/Context.php b/src/Context.php index 87303bd4..10abd26b 100644 --- a/src/Context.php +++ b/src/Context.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/DefaultKeyword.php b/src/DefaultKeyword.php index ae2bef41..4925cc61 100644 --- a/src/DefaultKeyword.php +++ b/src/DefaultKeyword.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Andrew Crites diff --git a/src/Dom/Attr.php b/src/Dom/Attr.php index dc19e5a6..c84f2ab3 100644 --- a/src/Dom/Attr.php +++ b/src/Dom/Attr.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/CDATASection.php b/src/Dom/CDATASection.php index c9b094d7..1b6eb7f9 100644 --- a/src/Dom/CDATASection.php +++ b/src/Dom/CDATASection.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/Comment.php b/src/Dom/Comment.php index 46622d9b..c8c0ff0d 100644 --- a/src/Dom/Comment.php +++ b/src/Dom/Comment.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/Defs.php b/src/Dom/Defs.php index 9067da1c..51691418 100644 --- a/src/Dom/Defs.php +++ b/src/Dom/Defs.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/DocumentBuilder.php b/src/Dom/DocumentBuilder.php index 33c49bdd..1500222d 100644 --- a/src/Dom/DocumentBuilder.php +++ b/src/Dom/DocumentBuilder.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/DocumentType.php b/src/Dom/DocumentType.php index 6e37aef8..1ff885e7 100644 --- a/src/Dom/DocumentType.php +++ b/src/Dom/DocumentType.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/Element.php b/src/Dom/Element.php index 99c87112..11f79005 100644 --- a/src/Dom/Element.php +++ b/src/Dom/Element.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/Node.php b/src/Dom/Node.php index 20c55622..728e0a0f 100644 --- a/src/Dom/Node.php +++ b/src/Dom/Node.php @@ -5,8 +5,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/PHPTALDocumentBuilder.php b/src/Dom/PHPTALDocumentBuilder.php index 802bbbc6..03a13290 100644 --- a/src/Dom/PHPTALDocumentBuilder.php +++ b/src/Dom/PHPTALDocumentBuilder.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/ProcessingInstruction.php b/src/Dom/ProcessingInstruction.php index e08da59e..c9a0d9e7 100644 --- a/src/Dom/ProcessingInstruction.php +++ b/src/Dom/ProcessingInstruction.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/SaxXmlParser.php b/src/Dom/SaxXmlParser.php index bd31de9c..96edc431 100644 --- a/src/Dom/SaxXmlParser.php +++ b/src/Dom/SaxXmlParser.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/Text.php b/src/Dom/Text.php index cb61fc76..3ac5c02a 100644 --- a/src/Dom/Text.php +++ b/src/Dom/Text.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/XmlDeclaration.php b/src/Dom/XmlDeclaration.php index ecfd7b43..96238140 100644 --- a/src/Dom/XmlDeclaration.php +++ b/src/Dom/XmlDeclaration.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Dom/XmlnsState.php b/src/Dom/XmlnsState.php index 45aadfcb..054640c0 100644 --- a/src/Dom/XmlnsState.php +++ b/src/Dom/XmlnsState.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/ConfigurationException.php b/src/Exception/ConfigurationException.php index 6bab6c7a..5c382092 100644 --- a/src/Exception/ConfigurationException.php +++ b/src/Exception/ConfigurationException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/IOException.php b/src/Exception/IOException.php index 8c08364f..85bd492b 100644 --- a/src/Exception/IOException.php +++ b/src/Exception/IOException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/InvalidVariableNameException.php b/src/Exception/InvalidVariableNameException.php index be07a469..b65a6cfd 100644 --- a/src/Exception/InvalidVariableNameException.php +++ b/src/Exception/InvalidVariableNameException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/MacroMissingException.php b/src/Exception/MacroMissingException.php index 5828693d..0f4c5d50 100644 --- a/src/Exception/MacroMissingException.php +++ b/src/Exception/MacroMissingException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/ParserException.php b/src/Exception/ParserException.php index b7e2c6a4..0ff7698c 100644 --- a/src/Exception/ParserException.php +++ b/src/Exception/ParserException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/PhpTalException.php b/src/Exception/PhpTalException.php index f7ec0485..689c3380 100644 --- a/src/Exception/PhpTalException.php +++ b/src/Exception/PhpTalException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/TemplateException.php b/src/Exception/TemplateException.php index 68ea997e..451e88ac 100644 --- a/src/Exception/TemplateException.php +++ b/src/Exception/TemplateException.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/UnknownModifierException.php b/src/Exception/UnknownModifierException.php index 6e36f466..e3fa43d2 100644 --- a/src/Exception/UnknownModifierException.php +++ b/src/Exception/UnknownModifierException.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Exception/VariableNotFoundException.php b/src/Exception/VariableNotFoundException.php index 404961b3..b933e319 100644 --- a/src/Exception/VariableNotFoundException.php +++ b/src/Exception/VariableNotFoundException.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/ExceptionHandler.php b/src/ExceptionHandler.php index 77c0775c..173b7e68 100644 --- a/src/ExceptionHandler.php +++ b/src/ExceptionHandler.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/src/FileSource.php b/src/FileSource.php index 2a8a79c0..9bc9aeb8 100644 --- a/src/FileSource.php +++ b/src/FileSource.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/FileSourceResolver.php b/src/FileSourceResolver.php index a3c8eb49..19a8da77 100644 --- a/src/FileSourceResolver.php +++ b/src/FileSourceResolver.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/FilterInterface.php b/src/FilterInterface.php index e2a049e3..8f2d4501 100644 --- a/src/FilterInterface.php +++ b/src/FilterInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/GetTextTranslator.php b/src/GetTextTranslator.php index 205905a1..fd0e6a93 100644 --- a/src/GetTextTranslator.php +++ b/src/GetTextTranslator.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/KeywordsInterface.php b/src/KeywordsInterface.php index ee68a5b1..fcc54a26 100644 --- a/src/KeywordsInterface.php +++ b/src/KeywordsInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Andrew Crites diff --git a/src/NothingKeyword.php b/src/NothingKeyword.php index c0ea677c..d6ddefe1 100644 --- a/src/NothingKeyword.php +++ b/src/NothingKeyword.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Andrew Crites diff --git a/src/PHPTAL.php b/src/PHPTAL.php index a0af1322..dbd84320 100644 --- a/src/PHPTAL.php +++ b/src/PHPTAL.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute.php b/src/Php/Attribute.php index 9f945041..86f8234d 100644 --- a/src/Php/Attribute.php +++ b/src/Php/Attribute.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Attributes.php b/src/Php/Attribute/I18N/Attributes.php index 978715b5..9689b2e9 100644 --- a/src/Php/Attribute/I18N/Attributes.php +++ b/src/Php/Attribute/I18N/Attributes.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Data.php b/src/Php/Attribute/I18N/Data.php index dc467f98..909bede9 100644 --- a/src/Php/Attribute/I18N/Data.php +++ b/src/Php/Attribute/I18N/Data.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Domain.php b/src/Php/Attribute/I18N/Domain.php index d524ef1b..d07f9ba5 100644 --- a/src/Php/Attribute/I18N/Domain.php +++ b/src/Php/Attribute/I18N/Domain.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Name.php b/src/Php/Attribute/I18N/Name.php index f38f13cd..ed98f872 100644 --- a/src/Php/Attribute/I18N/Name.php +++ b/src/Php/Attribute/I18N/Name.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Source.php b/src/Php/Attribute/I18N/Source.php index 159741e1..da3ac26f 100644 --- a/src/Php/Attribute/I18N/Source.php +++ b/src/Php/Attribute/I18N/Source.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Target.php b/src/Php/Attribute/I18N/Target.php index f74e37c0..a33eee3d 100644 --- a/src/Php/Attribute/I18N/Target.php +++ b/src/Php/Attribute/I18N/Target.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/I18N/Translate.php b/src/Php/Attribute/I18N/Translate.php index 2ec3719d..22e1e9b1 100644 --- a/src/Php/Attribute/I18N/Translate.php +++ b/src/Php/Attribute/I18N/Translate.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/METAL/DefineMacro.php b/src/Php/Attribute/METAL/DefineMacro.php index 4c96e4b5..5ba44b22 100644 --- a/src/Php/Attribute/METAL/DefineMacro.php +++ b/src/Php/Attribute/METAL/DefineMacro.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/METAL/DefineSlot.php b/src/Php/Attribute/METAL/DefineSlot.php index 50c6b454..9b553143 100644 --- a/src/Php/Attribute/METAL/DefineSlot.php +++ b/src/Php/Attribute/METAL/DefineSlot.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/METAL/FillSlot.php b/src/Php/Attribute/METAL/FillSlot.php index 36901bab..3ffd4f14 100644 --- a/src/Php/Attribute/METAL/FillSlot.php +++ b/src/Php/Attribute/METAL/FillSlot.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/METAL/UseMacro.php b/src/Php/Attribute/METAL/UseMacro.php index 499a134b..9aa4535a 100644 --- a/src/Php/Attribute/METAL/UseMacro.php +++ b/src/Php/Attribute/METAL/UseMacro.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/PHPTAL/Cache.php b/src/Php/Attribute/PHPTAL/Cache.php index dec55e9d..b1dffba7 100644 --- a/src/Php/Attribute/PHPTAL/Cache.php +++ b/src/Php/Attribute/PHPTAL/Cache.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/PHPTAL/Debug.php b/src/Php/Attribute/PHPTAL/Debug.php index 3745342b..d116b6ff 100644 --- a/src/Php/Attribute/PHPTAL/Debug.php +++ b/src/Php/Attribute/PHPTAL/Debug.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/PHPTAL/Id.php b/src/Php/Attribute/PHPTAL/Id.php index 50045ef8..78f9c074 100644 --- a/src/Php/Attribute/PHPTAL/Id.php +++ b/src/Php/Attribute/PHPTAL/Id.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/PHPTAL/Tales.php b/src/Php/Attribute/PHPTAL/Tales.php index f06a4412..2c8442b8 100644 --- a/src/Php/Attribute/PHPTAL/Tales.php +++ b/src/Php/Attribute/PHPTAL/Tales.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Attributes.php b/src/Php/Attribute/TAL/Attributes.php index 629c9cd6..d4d7030d 100644 --- a/src/Php/Attribute/TAL/Attributes.php +++ b/src/Php/Attribute/TAL/Attributes.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Comment.php b/src/Php/Attribute/TAL/Comment.php index ec80831c..2dcf9de7 100644 --- a/src/Php/Attribute/TAL/Comment.php +++ b/src/Php/Attribute/TAL/Comment.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Condition.php b/src/Php/Attribute/TAL/Condition.php index fcf2a904..3db9d1de 100644 --- a/src/Php/Attribute/TAL/Condition.php +++ b/src/Php/Attribute/TAL/Condition.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Content.php b/src/Php/Attribute/TAL/Content.php index ff1fe882..7292d1cd 100644 --- a/src/Php/Attribute/TAL/Content.php +++ b/src/Php/Attribute/TAL/Content.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Define.php b/src/Php/Attribute/TAL/Define.php index 68ce893d..78c0901c 100644 --- a/src/Php/Attribute/TAL/Define.php +++ b/src/Php/Attribute/TAL/Define.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/OmitTag.php b/src/Php/Attribute/TAL/OmitTag.php index 0e661894..e92f14c1 100644 --- a/src/Php/Attribute/TAL/OmitTag.php +++ b/src/Php/Attribute/TAL/OmitTag.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/OnError.php b/src/Php/Attribute/TAL/OnError.php index 493160f9..c0d4cc2f 100644 --- a/src/Php/Attribute/TAL/OnError.php +++ b/src/Php/Attribute/TAL/OnError.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Repeat.php b/src/Php/Attribute/TAL/Repeat.php index f562ff79..01e9dd35 100644 --- a/src/Php/Attribute/TAL/Repeat.php +++ b/src/Php/Attribute/TAL/Repeat.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Attribute/TAL/Replace.php b/src/Php/Attribute/TAL/Replace.php index 0905a01e..bdd6ce2b 100644 --- a/src/Php/Attribute/TAL/Replace.php +++ b/src/Php/Attribute/TAL/Replace.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/CodeWriter.php b/src/Php/CodeWriter.php index 4babfc48..50d56cca 100644 --- a/src/Php/CodeWriter.php +++ b/src/Php/CodeWriter.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/State.php b/src/Php/State.php index 30ebddd7..4455ebdf 100644 --- a/src/Php/State.php +++ b/src/Php/State.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/TalesChainExecutor.php b/src/Php/TalesChainExecutor.php index 22459a6c..955fab44 100644 --- a/src/Php/TalesChainExecutor.php +++ b/src/Php/TalesChainExecutor.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/TalesChainReaderInterface.php b/src/Php/TalesChainReaderInterface.php index 41c4d549..313e2fcb 100644 --- a/src/Php/TalesChainReaderInterface.php +++ b/src/Php/TalesChainReaderInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/TalesInternal.php b/src/Php/TalesInternal.php index 9f126024..5701beee 100644 --- a/src/Php/TalesInternal.php +++ b/src/Php/TalesInternal.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/Php/Transformer.php b/src/Php/Transformer.php index ebb5d5e8..5edb346d 100644 --- a/src/Php/Transformer.php +++ b/src/Php/Transformer.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/PreFilter.php b/src/PreFilter.php index 61ab276b..3473f986 100644 --- a/src/PreFilter.php +++ b/src/PreFilter.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/src/PreFilter/Compress.php b/src/PreFilter/Compress.php index d4f14428..9d907f22 100644 --- a/src/PreFilter/Compress.php +++ b/src/PreFilter/Compress.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/src/PreFilter/Normalize.php b/src/PreFilter/Normalize.php index 18c33271..48f35618 100644 --- a/src/PreFilter/Normalize.php +++ b/src/PreFilter/Normalize.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/src/PreFilter/StripComments.php b/src/PreFilter/StripComments.php index 95045797..37e226a5 100644 --- a/src/PreFilter/StripComments.php +++ b/src/PreFilter/StripComments.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/src/RepeatController.php b/src/RepeatController.php index 506b096f..6b40ed3e 100644 --- a/src/RepeatController.php +++ b/src/RepeatController.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/RepeatControllerGroups.php b/src/RepeatControllerGroups.php index 6e3b961d..0b343941 100644 --- a/src/RepeatControllerGroups.php +++ b/src/RepeatControllerGroups.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/SourceInterface.php b/src/SourceInterface.php index f69c510f..7fdeb80c 100644 --- a/src/SourceInterface.php +++ b/src/SourceInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/SourceResolverInterface.php b/src/SourceResolverInterface.php index b7397066..3e8e7ad7 100644 --- a/src/SourceResolverInterface.php +++ b/src/SourceResolverInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/StringSource.php b/src/StringSource.php index 6bf35c80..392bf936 100644 --- a/src/StringSource.php +++ b/src/StringSource.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace.php b/src/TalNamespace.php index 389ae41a..04d5e040 100644 --- a/src/TalNamespace.php +++ b/src/TalNamespace.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace/Builtin.php b/src/TalNamespace/Builtin.php index ba71b351..d0d541b8 100644 --- a/src/TalNamespace/Builtin.php +++ b/src/TalNamespace/Builtin.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace/I18N.php b/src/TalNamespace/I18N.php index 156f9de9..67d9f44f 100644 --- a/src/TalNamespace/I18N.php +++ b/src/TalNamespace/I18N.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace/METAL.php b/src/TalNamespace/METAL.php index 85224b4f..5133faa3 100644 --- a/src/TalNamespace/METAL.php +++ b/src/TalNamespace/METAL.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace/PHPTAL.php b/src/TalNamespace/PHPTAL.php index c91ec1f1..a5b8b512 100644 --- a/src/TalNamespace/PHPTAL.php +++ b/src/TalNamespace/PHPTAL.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespace/TAL.php b/src/TalNamespace/TAL.php index d4a44f78..60abfdb8 100644 --- a/src/TalNamespace/TAL.php +++ b/src/TalNamespace/TAL.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespaceAttribute.php b/src/TalNamespaceAttribute.php index 7e016b39..815da780 100644 --- a/src/TalNamespaceAttribute.php +++ b/src/TalNamespaceAttribute.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespaceAttributeContent.php b/src/TalNamespaceAttributeContent.php index cd9c7f12..ea507375 100644 --- a/src/TalNamespaceAttributeContent.php +++ b/src/TalNamespaceAttributeContent.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespaceAttributeReplace.php b/src/TalNamespaceAttributeReplace.php index 389f8df4..3267844b 100644 --- a/src/TalNamespaceAttributeReplace.php +++ b/src/TalNamespaceAttributeReplace.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalNamespaceAttributeSurround.php b/src/TalNamespaceAttributeSurround.php index 0fce47ef..5bc4a112 100644 --- a/src/TalNamespaceAttributeSurround.php +++ b/src/TalNamespaceAttributeSurround.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalesInterface.php b/src/TalesInterface.php index 04142fe8..1ac65ac5 100644 --- a/src/TalesInterface.php +++ b/src/TalesInterface.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TalesRegistry.php b/src/TalesRegistry.php index a22ac2b2..c62a083b 100644 --- a/src/TalesRegistry.php +++ b/src/TalesRegistry.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TranslationServiceInterface.php b/src/TranslationServiceInterface.php index 57f74446..ed9af199 100644 --- a/src/TranslationServiceInterface.php +++ b/src/TranslationServiceInterface.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/src/TriggerInterface.php b/src/TriggerInterface.php index a11944f7..dd0c2def 100644 --- a/src/TriggerInterface.php +++ b/src/TriggerInterface.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ArrayOverloadTest.php b/tests/ArrayOverloadTest.php index 7d1c27c2..eab03d11 100644 --- a/tests/ArrayOverloadTest.php +++ b/tests/ArrayOverloadTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/AttributesInterpolationTest.php b/tests/AttributesInterpolationTest.php index 11f6dad9..6f968a32 100644 --- a/tests/AttributesInterpolationTest.php +++ b/tests/AttributesInterpolationTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/BlockTest.php b/tests/BlockTest.php index 6fea945f..86e1d4b9 100644 --- a/tests/BlockTest.php +++ b/tests/BlockTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ClosureTalesValueTest.php b/tests/ClosureTalesValueTest.php index 12a74c6b..7f8a72a5 100644 --- a/tests/ClosureTalesValueTest.php +++ b/tests/ClosureTalesValueTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Andrew Crites diff --git a/tests/CodeCacheTest.php b/tests/CodeCacheTest.php index 47a0d461..a5897509 100644 --- a/tests/CodeCacheTest.php +++ b/tests/CodeCacheTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/tests/CommentFilterTest.php b/tests/CommentFilterTest.php index 478a91c2..10e75caf 100644 --- a/tests/CommentFilterTest.php +++ b/tests/CommentFilterTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/CommentTest.php b/tests/CommentTest.php index e1ee9a66..9a461afa 100644 --- a/tests/CommentTest.php +++ b/tests/CommentTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/CompressTest.php b/tests/CompressTest.php index a1795312..2ee341cd 100644 --- a/tests/CompressTest.php +++ b/tests/CompressTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ContentEncodingTest.php b/tests/ContentEncodingTest.php index 31fb628c..505b3bd4 100644 --- a/tests/ContentEncodingTest.php +++ b/tests/ContentEncodingTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ContentInterpolationTest.php b/tests/ContentInterpolationTest.php index d690f28e..9c61017c 100644 --- a/tests/ContentInterpolationTest.php +++ b/tests/ContentInterpolationTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/DoctypeTest.php b/tests/DoctypeTest.php index 011de6d8..d3f05156 100644 --- a/tests/DoctypeTest.php +++ b/tests/DoctypeTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/DomTest.php b/tests/DomTest.php index e3105391..fb219dca 100644 --- a/tests/DomTest.php +++ b/tests/DomTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/EchoExecuteTest.php b/tests/EchoExecuteTest.php index 7ac79927..522d9b75 100644 --- a/tests/EchoExecuteTest.php +++ b/tests/EchoExecuteTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/EscapeCDATATest.php b/tests/EscapeCDATATest.php index b5edd44c..fd19993c 100644 --- a/tests/EscapeCDATATest.php +++ b/tests/EscapeCDATATest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/EscapeHTMLTest.php b/tests/EscapeHTMLTest.php index 3a4e9555..c5e0db77 100644 --- a/tests/EscapeHTMLTest.php +++ b/tests/EscapeHTMLTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/GetTextTest.php b/tests/GetTextTest.php index d86a9b5b..84e4c3bf 100644 --- a/tests/GetTextTest.php +++ b/tests/GetTextTest.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/HTML5ModeTest.php b/tests/HTML5ModeTest.php index 66acbc1c..4adada4f 100644 --- a/tests/HTML5ModeTest.php +++ b/tests/HTML5ModeTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/HTMLGeneratorTest.php b/tests/HTMLGeneratorTest.php index ab3a6f4e..0c256478 100644 --- a/tests/HTMLGeneratorTest.php +++ b/tests/HTMLGeneratorTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/I18NAttributesTest.php b/tests/I18NAttributesTest.php index 188b3b9b..8b20bebf 100644 --- a/tests/I18NAttributesTest.php +++ b/tests/I18NAttributesTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/I18NNameTest.php b/tests/I18NNameTest.php index 6daad666..0d68dbf5 100644 --- a/tests/I18NNameTest.php +++ b/tests/I18NNameTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/I18NTranslateTest.php b/tests/I18NTranslateTest.php index 5e10cb53..bcb4cae0 100644 --- a/tests/I18NTranslateTest.php +++ b/tests/I18NTranslateTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/KeywordClassTest.php b/tests/KeywordClassTest.php index e637b211..48d96a83 100644 --- a/tests/KeywordClassTest.php +++ b/tests/KeywordClassTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Andrew Crites diff --git a/tests/Latin1Test.php b/tests/Latin1Test.php index 98dcd061..c6d8fb74 100644 --- a/tests/Latin1Test.php +++ b/tests/Latin1Test.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/MetalMacroTest.php b/tests/MetalMacroTest.php index 829d3f16..ebe63038 100644 --- a/tests/MetalMacroTest.php +++ b/tests/MetalMacroTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/MetalSlotTest.php b/tests/MetalSlotTest.php index befdd371..1f515385 100644 --- a/tests/MetalSlotTest.php +++ b/tests/MetalSlotTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/NamespacesTest.php b/tests/NamespacesTest.php index c020c4c1..1c018840 100644 --- a/tests/NamespacesTest.php +++ b/tests/NamespacesTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/OldTest.php b/tests/OldTest.php index 32711814..020ac556 100644 --- a/tests/OldTest.php +++ b/tests/OldTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/OverloadingTest.php b/tests/OverloadingTest.php index 7494c240..0d62cee5 100644 --- a/tests/OverloadingTest.php +++ b/tests/OverloadingTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ParserTest.php b/tests/ParserTest.php index d4b6656a..9d9d546a 100644 --- a/tests/ParserTest.php +++ b/tests/ParserTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhpModeTest.php b/tests/PhpModeTest.php index 01105ee2..477b96b5 100644 --- a/tests/PhpModeTest.php +++ b/tests/PhpModeTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhpTransformerTest.php b/tests/PhpTransformerTest.php index 3a3b53a7..6997cea8 100644 --- a/tests/PhpTransformerTest.php +++ b/tests/PhpTransformerTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhptalCacheTest.php b/tests/PhptalCacheTest.php index 7af91ee0..55b866a1 100644 --- a/tests/PhptalCacheTest.php +++ b/tests/PhptalCacheTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhptalIdTest.php b/tests/PhptalIdTest.php index 2a9b7df0..217ac717 100644 --- a/tests/PhptalIdTest.php +++ b/tests/PhptalIdTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhptalPathTest.php b/tests/PhptalPathTest.php index 29584eaa..c190d90d 100644 --- a/tests/PhptalPathTest.php +++ b/tests/PhptalPathTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhptalTest.php b/tests/PhptalTest.php index c21073a4..79e68eaa 100644 --- a/tests/PhptalTest.php +++ b/tests/PhptalTest.php @@ -4,8 +4,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PhptalUsageTest.php b/tests/PhptalUsageTest.php index 298490a8..e62e44aa 100644 --- a/tests/PhptalUsageTest.php +++ b/tests/PhptalUsageTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PostFilterTest.php b/tests/PostFilterTest.php index 306484f1..1523e722 100644 --- a/tests/PostFilterTest.php +++ b/tests/PostFilterTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/PreFilterNormalizeTest.php b/tests/PreFilterNormalizeTest.php index def18256..82efbf0a 100644 --- a/tests/PreFilterNormalizeTest.php +++ b/tests/PreFilterNormalizeTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/ReadableErrorTest.php b/tests/ReadableErrorTest.php index d0db2246..76f3ddfe 100644 --- a/tests/ReadableErrorTest.php +++ b/tests/ReadableErrorTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/SimpleGenerationTest.php b/tests/SimpleGenerationTest.php index 1e943ca5..2457230b 100644 --- a/tests/SimpleGenerationTest.php +++ b/tests/SimpleGenerationTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/SourceTest.php b/tests/SourceTest.php index 5098bb89..0adfb5c9 100644 --- a/tests/SourceTest.php +++ b/tests/SourceTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/tests/TalAttributesTest.php b/tests/TalAttributesTest.php index da05c9f9..29b6b3bb 100644 --- a/tests/TalAttributesTest.php +++ b/tests/TalAttributesTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalCommentTest.php b/tests/TalCommentTest.php index c5040e00..447aeab8 100644 --- a/tests/TalCommentTest.php +++ b/tests/TalCommentTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalConditionTest.php b/tests/TalConditionTest.php index e39fa49e..88ea56f3 100644 --- a/tests/TalConditionTest.php +++ b/tests/TalConditionTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalContentTest.php b/tests/TalContentTest.php index b89a3eba..3488f0a3 100644 --- a/tests/TalContentTest.php +++ b/tests/TalContentTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalDefineTest.php b/tests/TalDefineTest.php index 3414f558..15d49c0e 100644 --- a/tests/TalDefineTest.php +++ b/tests/TalDefineTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalOmitTagTest.php b/tests/TalOmitTagTest.php index 8908b932..8d4f28e2 100644 --- a/tests/TalOmitTagTest.php +++ b/tests/TalOmitTagTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalOnErrorTest.php b/tests/TalOnErrorTest.php index 0a86a85a..d13fd9b1 100644 --- a/tests/TalOnErrorTest.php +++ b/tests/TalOnErrorTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalRepeatTest.php b/tests/TalRepeatTest.php index 2c3c9b3a..8664f622 100644 --- a/tests/TalRepeatTest.php +++ b/tests/TalRepeatTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalReplaceTest.php b/tests/TalReplaceTest.php index 8a3aab56..e71e2034 100644 --- a/tests/TalReplaceTest.php +++ b/tests/TalReplaceTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesClosuresTest.php b/tests/TalesClosuresTest.php index 82b1e18a..6966dcd4 100644 --- a/tests/TalesClosuresTest.php +++ b/tests/TalesClosuresTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesExistTest.php b/tests/TalesExistTest.php index 2bbdbb7a..d63bacfd 100644 --- a/tests/TalesExistTest.php +++ b/tests/TalesExistTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesIssetNullTest.php b/tests/TalesIssetNullTest.php index 2711bbed..c3a97e27 100644 --- a/tests/TalesIssetNullTest.php +++ b/tests/TalesIssetNullTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesModeTest.php b/tests/TalesModeTest.php index 99ccf3b4..340da155 100644 --- a/tests/TalesModeTest.php +++ b/tests/TalesModeTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesPhpWithReplaceTest.php b/tests/TalesPhpWithReplaceTest.php index d2eb76a1..af9c0d4a 100644 --- a/tests/TalesPhpWithReplaceTest.php +++ b/tests/TalesPhpWithReplaceTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesRegistryTest.php b/tests/TalesRegistryTest.php index 9e4a19da..d0c1b7d6 100644 --- a/tests/TalesRegistryTest.php +++ b/tests/TalesRegistryTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Kornel Lesiński diff --git a/tests/TalesStringTest.php b/tests/TalesStringTest.php index 8274e183..ffeecda7 100644 --- a/tests/TalesStringTest.php +++ b/tests/TalesStringTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TalesTest.php b/tests/TalesTest.php index 361a69c5..0591d917 100644 --- a/tests/TalesTest.php +++ b/tests/TalesTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TemplateRepositoryTest.php b/tests/TemplateRepositoryTest.php index e82c1500..4c970abd 100644 --- a/tests/TemplateRepositoryTest.php +++ b/tests/TemplateRepositoryTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/Testhelper/DummyTranslator.php b/tests/Testhelper/DummyTranslator.php index bb2d224a..263c8e1c 100644 --- a/tests/Testhelper/DummyTranslator.php +++ b/tests/Testhelper/DummyTranslator.php @@ -23,8 +23,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/TriggerTest.php b/tests/TriggerTest.php index 0a0d9067..77025f4a 100644 --- a/tests/TriggerTest.php +++ b/tests/TriggerTest.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/UTF8Test.php b/tests/UTF8Test.php index 78ce6920..b2334a3e 100644 --- a/tests/UTF8Test.php +++ b/tests/UTF8Test.php @@ -2,8 +2,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/XHTMLModeTest.php b/tests/XHTMLModeTest.php index 598bc50b..705636d9 100644 --- a/tests/XHTMLModeTest.php +++ b/tests/XHTMLModeTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg diff --git a/tests/XmlParserTest.php b/tests/XmlParserTest.php index 1bd4c100..8b7fa9b9 100644 --- a/tests/XmlParserTest.php +++ b/tests/XmlParserTest.php @@ -3,8 +3,6 @@ /** * PHPTAL templating engine * - * PHP Version 5 - * * @category HTML * @package PHPTAL * @author Laurent Bedubourg