Deprecated
Table of Contents
InstalledVersions.php
Line | Element | Reason |
---|---|---|
262 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
Version.php
Line | Element | Reason |
---|---|---|
51 | Version::getVersionWithShortCommit() | |
74 | Version::getCommitHash() | |
87 | Version::getShortCommitHash() |
ListBlock.php
Line | Element | Reason |
---|---|---|
31 | ListBlock::TYPE_UNORDERED | This constant is deprecated in league/commonmark 1.4 and will be removed in 2.0; use TYPE_BULLET instead |
CommonMarkConverter.php
Line | Element | Reason |
---|---|---|
30 | CommonMarkConverter::VERSION | in 1.5.0 and will be removed from 2.0.0. Use \Composer\InstalledVersions provided by composer-runtime-api instead. |
ConfigurableEnvironmentInterface.php
Line | Element | Reason |
---|---|---|
40 | ConfigurableEnvironmentInterface::setConfig() | in 1.6 and will be removed in 2.0; use mergeConfig() instead |
Converter.php
Line | Element | Reason |
---|---|---|
19 | Converter | This class is deprecated since league/commonmark 1.4, use MarkdownConverter instead. |
ConverterInterface.php
Line | Element | Reason |
---|---|---|
19 | ConverterInterface | ConverterInterface is deprecated since league/commonmark 1.4, use MarkdownConverterInterface instead |
InlineMentionParser.php
Line | Element | Reason |
---|---|---|
24 | InlineMentionParser | Use MentionParser instead |
HeadingPermalinkProcessor.php
Line | Element | Reason |
---|---|---|
115 | HeadingPermalinkProcessor::getChildText() | Not needed in 2.0 |
HeadingPermalinkRenderer.php
Line | Element | Reason |
---|---|---|
27 | HeadingPermalinkRenderer::DEFAULT_INNER_CONTENTS |
DefaultSlugGenerator.php
Line | Element | Reason |
---|---|---|
23 | DefaultSlugGenerator | Use League\CommonMark\Normalizer\SlugNormalizer instead |
SlugGeneratorInterface.php
Line | Element | Reason |
---|---|---|
21 | SlugGeneratorInterface | Use League\CommonMark\Normalizer\TextNormalizerInterface instead |
TableOfContents.php
Line | Element | Reason |
---|---|---|
27 | TableOfContents | This class has moved to the Node sub-namespace; use that instead |
TableOfContentsBuilder.php
Line | Element | Reason |
---|---|---|
29 | TableOfContentsBuilder::STYLE_BULLET | Use TableOfContentsGenerator::STYLE_BULLET instead |
34 | TableOfContentsBuilder::STYLE_ORDERED | Use TableOfContentsGenerator::STYLE_ORDERED instead |
39 | TableOfContentsBuilder::NORMALIZE_DISABLED | Use TableOfContentsGenerator::NORMALIZE_DISABLED instead |
44 | TableOfContentsBuilder::NORMALIZE_RELATIVE | Use TableOfContentsGenerator::NORMALIZE_RELATIVE instead |
49 | TableOfContentsBuilder::NORMALIZE_FLAT | Use TableOfContentsGenerator::NORMALIZE_FLAT instead |
Reference.php
Line | Element | Reason |
---|---|---|
70 | Reference::normalizeReference() | Use TextNormalizer::normalize() instead |
Html5Entities.php
Line | Element | Reason |
---|---|---|
22 | Html5Entities | Use Html5EntityDecoder instead |
2262 | Html5Entities::decodeEntity() | Use Html5EntityDecoder::decode() instead |
2274 | Html5Entities::fromDecimal() | This method will be removed in v2.0.0 |
2299 | Html5Entities::fromHex() | This method will be removed in v2.0.0 |
29 | Html5Entities::$entitiesByName |
RegexHelper.php
Line | Element | Reason |
---|---|---|
108 | RegexHelper::matchAll() | in 1.6; use matchFirst() instead |
Directory.php
Line | Element | Reason |
---|---|---|
8 | Directory |
File.php
Line | Element | Reason |
---|---|---|
8 | File |
FilesystemInterface.php
Line | Element | Reason |
---|---|---|
274 | FilesystemInterface::get() |
Handler.php
Line | Element | Reason |
---|---|---|
10 | Handler |
MountManager.php
Line | Element | Reason |
---|---|---|
642 | MountManager::get() |
ElasticaFormatter.php
Line | Element | Reason |
---|---|---|
66 | ElasticaFormatter::getType() | since Elastica 7 type has no effect |
FlowdockFormatter.php
Line | Element | Reason |
---|---|---|
20 | FlowdockFormatter | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
CubeHandler.php
Line | Element | Reason |
---|---|---|
24 | CubeHandler | Since 2.8.0 and 3.2.0, Cube appears abandoned and thus we will drop this handler in Monolog 4 |
FlowdockHandler.php
Line | Element | Reason |
---|---|---|
33 | FlowdockHandler | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
PHPConsoleHandler.php
Line | Element | Reason |
---|---|---|
44 | PHPConsoleHandler | Since 2.8.0 and 3.2.0, PHPConsole is abandoned and thus we will drop this handler in Monolog 4 |
SwiftMailerHandler.php
Line | Element | Reason |
---|---|---|
29 | SwiftMailerHandler | Since Monolog 2.6. Use SymfonyMailerHandler instead. |
Param.php
Line | Element | Reason |
---|---|---|
74 | Param::setTypeHint() | Use setType() instead |
Comment.php
Line | Element | Reason |
---|---|---|
107 | Comment::getLine() | Use getStartLine() instead |
118 | Comment::getFilePos() | Use getStartFilePos() instead |
129 | Comment::getTokenPos() | Use getStartTokenPos() instead |
Name.php
Line | Element | Reason |
---|---|---|
13 | Name::$parts | Use getParts() instead |
functions.php
Line | Element | Reason |
---|---|---|
20 | populateTemperature() |
Pizza.php
Line | Element | Reason |
---|---|---|
27 | Pizza::TYPE_AMERICAN | |
46 | Pizza::$extra |
Pizzeria.php
Line | Element | Reason |
---|---|---|
50 | Pizzeria::doOldOrder() | This ordering method should no longer be used; it will always fail. |
Product.php
Line | Element | Reason |
---|---|---|
15 | Product::PROTECTED_CONSTANT |
AssemblerAbstract.php
Line | Element | Reason |
---|---|---|
127 | AssemblerAbstract::deduplicateTypes() | the functionality in this method has been moved to the Compound type in the latest unreleased version of the TypeResolver library |
DescriptionDescriptor.php
Line | Element | Reason |
---|---|---|
65 | DescriptionDescriptor::__toString() | will be removed in v4 |
TypedAbstract.php
Line | Element | Reason |
---|---|---|
39 | TypedAbstract::setTypes() | |
62 | TypedAbstract::getTypes() |
LinkRenderer.php
Line | Element | Reason |
---|---|---|
82 | LinkRenderer::setDestination() | in favour of withDestination() |
phpunit_assert.php
Line | Element | Reason |
---|---|---|
122 | Assert::assertArraySubset() | https://github.com/sebastianbergmann/phpunit/issues/3494 |
255 | Assert::assertAttributeContains() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
350 | Assert::assertAttributeNotContains() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
419 | Assert::assertAttributeContainsOnly() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
471 | Assert::assertAttributeNotContainsOnly() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
519 | Assert::assertAttributeCount() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
566 | Assert::assertAttributeNotCount() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
681 | Assert::assertAttributeEquals() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
813 | Assert::assertAttributeNotEquals() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
853 | Assert::assertAttributeEmpty() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
888 | Assert::assertAttributeNotEmpty() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
922 | Assert::assertAttributeGreaterThan() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
961 | Assert::assertAttributeGreaterThanOrEqual() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
996 | Assert::assertAttributeLessThan() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1031 | Assert::assertAttributeLessThanOrEqual() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1600 | Assert::assertAttributeSame() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1648 | Assert::assertAttributeNotSame() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1692 | Assert::assertAttributeInstanceOf() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1738 | Assert::assertAttributeNotInstanceOf() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1758 | Assert::assertInternalType() | https://github.com/sebastianbergmann/phpunit/issues/3369 |
1782 | Assert::assertAttributeInternalType() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
1967 | Assert::assertNotInternalType() | https://github.com/sebastianbergmann/phpunit/issues/3369 |
2158 | Assert::assertAttributeNotInternalType() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
2842 | Assert::attribute() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
2881 | Assert::attributeEqualTo() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
3032 | Assert::readAttribute() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
3077 | Assert::getStaticAttribute() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
3120 | Assert::getObjectAttribute() | https://github.com/sebastianbergmann/phpunit/issues/3338 |
StaticMethod.php
Line | Element | Reason |
---|---|---|
19 | StaticMethod | This contract is totally covered by Tag contract. Every class using StaticMethod also use Tag |
Method.php
Line | Element | Reason |
---|---|---|
93 | Method::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
222 | Method::getArguments() | Method deprecated, use self::getParameters() |
Param.php
Line | Element | Reason |
---|---|---|
65 | Param::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
Property.php
Line | Element | Reason |
---|---|---|
54 | Property::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
PropertyRead.php
Line | Element | Reason |
---|---|---|
54 | PropertyRead::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
PropertyWrite.php
Line | Element | Reason |
---|---|---|
54 | PropertyWrite::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
Return_.php
Line | Element | Reason |
---|---|---|
40 | Return_::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
Var_.php
Line | Element | Reason |
---|---|---|
54 | Var_::create() | Create using static factory is deprecated, this method should not be called directly by library consumers |
DoctrineAdapter.php
Line | Element | Reason |
---|---|---|
22 | DoctrineAdapter | Since Symfony 5.4, use Doctrine\Common\Cache\Psr6\CacheAdapter instead |
PdoAdapter.php
Line | Element | Reason |
---|---|---|
317 | PdoAdapter::configureSchema() | since symfony/cache 5.4 use DoctrineDbalAdapter instead |
DoctrineProvider.php
Line | Element | Reason |
---|---|---|
27 | DoctrineProvider | Use Doctrine\Common\Cache\Psr6\DoctrineProvider instead |
BaseNode.php
Line | Element | Reason |
---|---|---|
292 | BaseNode::getDeprecationMessage() | since Symfony 5.1, use "getDeprecation()" instead. |
Helper.php
Line | Element | Reason |
---|---|---|
49 | Helper::strlen() | since Symfony 5.3 |
159 | Helper::strlenWithoutDecoration() | since Symfony 5.3 |
HelperSet.php
Line | Element | Reason |
---|---|---|
79 | HelperSet::setCommand() | since Symfony 5.4 |
93 | HelperSet::getCommand() | since Symfony 5.4 |
ServiceLocatorTest.php
Line | Element | Reason |
---|---|---|
20 | ServiceLocatorTest | since PHPUnit 9.6 |
Alias.php
Line | Element | Reason |
---|---|---|
59 | Alias::setPrivate() | since Symfony 5.2, use setPublic() instead |
133 | Alias::getDeprecationMessage() | since Symfony 5.1, use "getDeprecation()" instead. |
ResolvePrivatesPass.php
Line | Element | Reason |
---|---|---|
23 | ResolvePrivatesPass | since Symfony 5.2 |
Definition.php
Line | Element | Reason |
---|---|---|
608 | Definition::setPrivate() | since Symfony 5.2, use setPublic() instead |
771 | Definition::getDeprecationMessage() | since Symfony 5.1, use "getDeprecation()" instead. |
ContainerConfigurator.php
Line | Element | Reason |
---|---|---|
111 | ref() | since Symfony 5.1, use service() instead. |
131 | inline() | since Symfony 5.1, use inline_service() instead. |
LegacyEventDispatcherProxy.php
Line | Element | Reason |
---|---|---|
25 | LegacyEventDispatcherProxy | since Symfony 5.1 |
UnpackCommand.php
Line | Element | Reason |
---|---|---|
29 | UnpackCommand | since Flex 1.4 |
AbstractController.php
Line | Element | Reason |
---|---|---|
114 | AbstractController::has() | since Symfony 5.4, use method or constructor injection in your controller instead |
128 | AbstractController::get() | since Symfony 5.4, use method or constructor injection in your controller instead |
384 | AbstractController::getDoctrine() | since Symfony 5.4, inject an instance of ManagerRegistry in your controller instead |
445 | AbstractController::dispatchMessage() | since Symfony 5.4, inject an instance of MessageBusInterface in your controller instead |
KernelTestCase.php
Line | Element | Reason |
---|---|---|
41 | KernelTestCase::$container | since Symfony 5.3, use static::getContainer() instead |
BinaryFileResponse.php
Line | Element | Reason |
---|---|---|
72 | BinaryFileResponse::create() | since Symfony 5.2, use __construct() instead. |
JsonResponse.php
Line | Element | Reason |
---|---|---|
73 | JsonResponse::create() | since Symfony 5.1, use __construct() instead. |
RedirectResponse.php
Line | Element | Reason |
---|---|---|
59 | RedirectResponse::create() | since Symfony 5.1, use __construct() instead. |
Request.php
Line | Element | Reason |
---|---|---|
52 | Request::HEADER_X_FORWARDED_ALL | since Symfony 5.2, use either "HEADER_X_FORWARDED_FOR | HEADER_X_FORWARDED_HOST | HEADER_X_FORWARDED_PORT | HEADER_X_FORWARDED_PROTO" or "HEADER_X_FORWARDED_AWS_ELB" or "HEADER_X_FORWARDED_TRAEFIK" constants instead. |
RequestStack.php
Line | Element | Reason |
---|---|---|
90 | RequestStack::getMasterRequest() | since symfony/http-foundation 5.3, use getMainRequest() instead |
Response.php
Line | Element | Reason |
---|---|---|
235 | Response::create() | since Symfony 5.1, use __construct() instead. |
NamespacedAttributeBag.php
Line | Element | Reason |
---|---|---|
24 | NamespacedAttributeBag | since Symfony 5.3 |
StreamedResponse.php
Line | Element | Reason |
---|---|---|
53 | StreamedResponse::create() | since Symfony 5.1, use __construct() instead. |
ArgumentInterface.php
Line | Element | Reason |
---|---|---|
21 | ArgumentInterface | since Symfony 5.3 |
KernelEvent.php
Line | Element | Reason |
---|---|---|
86 | KernelEvent::isMasterRequest() | since symfony/http-kernel 5.3, use isMainRequest() instead |
TestSessionListener.php
Line | Element | Reason |
---|---|---|
28 | TestSessionListener | since Symfony 5.4, use SessionListener instead |
HttpKernelInterface.php
Line | Element | Reason |
---|---|---|
31 | HttpKernelInterface::MASTER_REQUEST | since symfony/http-kernel 5.3, use MAIN_REQUEST instead. To ease the migration, this constant won't be removed until Symfony 7.0. |
SwiftMailerHandler.php
Line | Element | Reason |
---|---|---|
29 | SwiftMailerHandler | since Symfony 5.4 |
ResetLoggersWorkerSubscriber.php
Line | Element | Reason |
---|---|---|
28 | ResetLoggersWorkerSubscriber | since Symfony 5.4, use "reset_on_message" option in messenger configuration instead. |
DebugHandlerPass.php
Line | Element | Reason |
---|---|---|
28 | DebugHandlerPass | since version 2.12, to be removed in 4.0. Use AddDebugLogProcessorPass in FrameworkBundle instead. |
Normalizer.php
Line | Element | Reason |
---|---|---|
8 | Normalizer::NONE | since ICU 56 and removed in PHP 8 |
RouteCollectionBuilder.php
Line | Element | Reason |
---|---|---|
28 | RouteCollectionBuilder | since Symfony 5.1, use RoutingConfigurator instead |
RouteCompiler.php
Line | Element | Reason |
---|---|---|
25 | RouteCompiler::REGEX_DELIMITER | since Symfony 5.1, to be removed in 6.0 |
BaseNodeVisitor.php
Line | Element | Reason |
---|---|---|
11 | Twig_BaseNodeVisitor | since Twig 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead |
Filesystem.php
Line | Element | Reason |
---|---|---|
11 | Twig_Cache_Filesystem | since Twig 2.7, use "Twig\Cache\FilesystemCache" instead |
Null.php
Line | Element | Reason |
---|---|---|
11 | Twig_Cache_Null | since Twig 2.7, use "Twig\Cache\NullCache" instead |
CacheInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_CacheInterface | since Twig 2.7, use "Twig\Cache\CacheInterface" instead |
Compiler.php
Line | Element | Reason |
---|---|---|
11 | Twig_Compiler | since Twig 2.7, use "Twig\Compiler" instead |
ContainerRuntimeLoader.php
Line | Element | Reason |
---|---|---|
11 | Twig_ContainerRuntimeLoader | since Twig 2.7, use "Twig\RuntimeLoader\ContainerRuntimeLoader" instead |
Environment.php
Line | Element | Reason |
---|---|---|
11 | Twig_Environment | since Twig 2.7, use "Twig\Environment" instead |
Loader.php
Line | Element | Reason |
---|---|---|
11 | Twig_Error_Loader | since Twig 2.7, use "Twig\Error\LoaderError" instead |
Runtime.php
Line | Element | Reason |
---|---|---|
11 | Twig_Error_Runtime | since Twig 2.7, use "Twig\Error\RuntimeError" instead |
Syntax.php
Line | Element | Reason |
---|---|---|
11 | Twig_Error_Syntax | since Twig 2.7, use "Twig\Error\SyntaxError" instead |
Error.php
Line | Element | Reason |
---|---|---|
11 | Twig_Error | since Twig 2.7, use "Twig\Error\Error" instead |
ExistsLoaderInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_ExistsLoaderInterface | since Twig 2.7, use "Twig\Loader\ExistsLoaderInterface" instead |
ExpressionParser.php
Line | Element | Reason |
---|---|---|
11 | Twig_ExpressionParser | since Twig 2.7, use "Twig\ExpressionParser" instead |
Core.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Core | since Twig 2.7, use "Twig\Extension\CoreExtension" instead |
Debug.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Debug | since Twig 2.7, use "Twig\Extension\DebugExtension" instead |
Escaper.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Escaper | since Twig 2.7, use "Twig\Extension\EscaperExtension" instead |
GlobalsInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_GlobalsInterface | since Twig 2.7, use "Twig\Extension\GlobalsInterface" instead |
InitRuntimeInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_InitRuntimeInterface | since Twig 2.7, use "Twig\Extension\InitRuntimeInterface" instead |
Optimizer.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Optimizer | since Twig 2.7, use "Twig\Extension\OptimizerExtension" instead |
Profiler.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Profiler | since Twig 2.7, use "Twig\Extension\ProfilerExtension" instead |
Sandbox.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Sandbox | since Twig 2.7, use "Twig\Extension\SandboxExtension" instead |
Staging.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_Staging | since Twig 2.7, use "Twig\Extension\StagingExtension" instead |
StringLoader.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension_StringLoader | since Twig 2.7, use "Twig\Extension\StringLoaderExtension" instead |
Extension.php
Line | Element | Reason |
---|---|---|
11 | Twig_Extension | since Twig 2.7, use "Twig\Extension\AbstractExtension" instead |
ExtensionInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_ExtensionInterface | since Twig 2.7, use "Twig\Extension\ExtensionInterface" instead |
ExtensionSet.php
Line | Element | Reason |
---|---|---|
11 | Twig_ExtensionSet | since Twig 2.7, use "Twig\ExtensionSet" instead |
FactoryRuntimeLoader.php
Line | Element | Reason |
---|---|---|
11 | Twig_FactoryRuntimeLoader | since Twig 2.7, use "Twig\RuntimeLoader\FactoryRuntimeLoader" instead |
FileExtensionEscapingStrategy.php
Line | Element | Reason |
---|---|---|
11 | Twig_FileExtensionEscapingStrategy | since Twig 2.7, use "Twig\FileExtensionEscapingStrategy" instead |
Filter.php
Line | Element | Reason |
---|---|---|
11 | Twig_Filter | since Twig 2.7, use "Twig\TwigFilter" instead |
Function.php
Line | Element | Reason |
---|---|---|
11 | Twig_Function | since Twig 2.7, use "Twig\TwigFunction" instead |
Lexer.php
Line | Element | Reason |
---|---|---|
11 | Twig_Lexer | since Twig 2.7, use "Twig\Lexer" instead |
Array.php
Line | Element | Reason |
---|---|---|
11 | Twig_Loader_Array | since Twig 2.7, use "Twig\Loader\ArrayLoader" instead |
Chain.php
Line | Element | Reason |
---|---|---|
11 | Twig_Loader_Chain | since Twig 2.7, use "Twig\Loader\ChainLoader" instead |
Filesystem.php
Line | Element | Reason |
---|---|---|
11 | Twig_Loader_Filesystem | since Twig 2.7, use "Twig\Loader\FilesystemLoader" instead |
LoaderInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_LoaderInterface | since Twig 2.7, use "Twig\Loader\LoaderInterface" instead |
Markup.php
Line | Element | Reason |
---|---|---|
11 | Twig_Markup | since Twig 2.7, use "Twig\Markup" instead |
AutoEscape.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_AutoEscape | since Twig 2.7, use "Twig\Node\AutoEscapeNode" instead |
Block.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Block | since Twig 2.7, use "Twig\Node\BlockNode" instead |
BlockReference.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_BlockReference | since Twig 2.7, use "Twig\Node\BlockReferenceNode" instead |
Body.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Body | since Twig 2.7, use "Twig\Node\BodyNode" instead |
CheckSecurity.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_CheckSecurity | since Twig 2.7, use "Twig\Node\CheckSecurityNode" instead |
Deprecated.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Deprecated | since Twig 2.7, use "Twig\Node\DeprecatedNode" instead |
Do.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Do | since Twig 2.7, use "Twig\Node\DoNode" instead |
Embed.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Embed | since Twig 2.7, use "Twig\Node\EmbedNode" instead |
Array.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Array | since Twig 2.7, use "Twig\Node\Expression\ArrayExpression" instead |
AssignName.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_AssignName | since Twig 2.7, use "Twig\Node\Expression\AssignNameExpression" instead |
Add.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Add | since Twig 2.7, use "Twig\Node\Expression\Binary\AddBinary" instead |
And.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_And | since Twig 2.7, use "Twig\Node\Expression\Binary\AndBinary" instead |
BitwiseAnd.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_BitwiseAnd | since Twig 2.7, use "Twig\Node\Expression\Binary\BitwiseAndBinary" instead |
BitwiseOr.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_BitwiseOr | since Twig 2.7, use "Twig\Node\Expression\Binary\BitwiseOrBinary" instead |
BitwiseXor.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_BitwiseXor | since Twig 2.7, use "Twig\Node\Expression\Binary\BitwiseXorBinary" instead |
Concat.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Concat | since Twig 2.7, use "Twig\Node\Expression\Binary\ConcatBinary" instead |
Div.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Div | since Twig 2.7, use "Twig\Node\Expression\Binary\DivBinary" instead |
EndsWith.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_EndsWith | since Twig 2.7, use "Twig\Node\Expression\Binary\EndsWithBinary" instead |
Equal.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Equal | since Twig 2.7, use "Twig\Node\Expression\Binary\EqualBinary" instead |
FloorDiv.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_FloorDiv | since Twig 2.7, use "Twig\Node\Expression\Binary\FloorDivBinary" instead |
Greater.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Greater | since Twig 2.7, use "Twig\Node\Expression\Binary\GreaterBinary" instead |
GreaterEqual.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_GreaterEqual | since Twig 2.7, use "Twig\Node\Expression\Binary\GreaterEqualBinary" instead |
In.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_In | since Twig 2.7, use "Twig\Node\Expression\Binary\InBinary" instead |
Less.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Less | since Twig 2.7, use "Twig\Node\Expression\Binary\LessBinary" instead |
LessEqual.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_LessEqual | since Twig 2.7, use "Twig\Node\Expression\Binary\LessEqualBinary" instead |
Matches.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Matches | since Twig 2.7, use "Twig\Node\Expression\Binary\MatchesBinary" instead |
Mod.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Mod | since Twig 2.7, use "Twig\Node\Expression\Binary\ModBinary" instead |
Mul.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Mul | since Twig 2.7, use "Twig\Node\Expression\Binary\MulBinary" instead |
NotEqual.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_NotEqual | since Twig 2.7, use "Twig\Node\Expression\Binary\NotEqualBinary" instead |
NotIn.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_NotIn | since Twig 2.7, use "Twig\Node\Expression\Binary\NotInBinary" instead |
Or.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Or | since Twig 2.7, use "Twig\Node\Expression\Binary\OrBinary" instead |
Power.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Power | since Twig 2.7, use "Twig\Node\Expression\Binary\PowerBinary" instead |
Range.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Range | since Twig 2.7, use "Twig\Node\Expression\Binary\RangeBinary" instead |
StartsWith.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_StartsWith | since Twig 2.7, use "Twig\Node\Expression\Binary\StartsWithBinary" instead |
Sub.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary_Sub | since Twig 2.7, use "Twig\Node\Expression\Binary\SubBinary" instead |
Binary.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Binary | since Twig 2.7, use "Twig\Node\Expression\Binary\AbstractBinary" instead |
BlockReference.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_BlockReference | since Twig 2.7, use "Twig\Node\Expression\BlockReferenceExpression" instead |
Call.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Call | since Twig 2.7, use "Twig\Node\Expression\CallExpression" instead |
Conditional.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Conditional | since Twig 2.7, use "Twig\Node\Expression\ConditionalExpression" instead |
Constant.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Constant | since Twig 2.7, use "Twig\Node\Expression\ConstantExpression" instead |
Default.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Filter_Default | since Twig 2.7, use "Twig\Node\Expression\Filter\DefaultFilter" instead |
Filter.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Filter | since Twig 2.7, use "Twig\Node\Expression\FilterExpression" instead |
Function.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Function | since Twig 2.7, use "Twig\Node\Expression\FunctionExpression" instead |
GetAttr.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_GetAttr | since Twig 2.7, use "Twig\Node\Expression\GetAttrExpression" instead |
MethodCall.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_MethodCall | since Twig 2.7, use "Twig\Node\Expression\MethodCallExpression" instead |
Name.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Name | since Twig 2.7, use "Twig\Node\Expression\NameExpression" instead |
NullCoalesce.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_NullCoalesce | since Twig 2.7, use "Twig\Node\Expression\NullCoalesceExpression" instead |
Parent.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Parent | since Twig 2.7, use "Twig\Node\Expression\ParentExpression" instead |
TempName.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_TempName | since Twig 2.7, use "Twig\Node\Expression\TempNameExpression" instead |
Constant.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Constant | since Twig 2.7, use "Twig\Node\Expression\Test\ConstantTest" instead |
Defined.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Defined | since Twig 2.7, use "Twig\Node\Expression\Test\DefinedTest" instead |
Divisibleby.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Divisibleby | since Twig 2.7, use "Twig\Node\Expression\Test\DivisiblebyTest" instead |
Even.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Even | since Twig 2.7, use "Twig\Node\Expression\Test\EvenTest" instead |
Null.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Null | since Twig 2.7, use "Twig\Node\Expression\Test\NullTest" instead |
Odd.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Odd | since Twig 2.7, use "Twig\Node\Expression\Test\OddTest" instead |
Sameas.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test_Sameas | since Twig 2.7, use "Twig\Node\Expression\Test\SameasTest" instead |
Test.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Test | since Twig 2.7, use "Twig\Node\Expression\TestExpression" instead |
Neg.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Unary_Neg | since Twig 2.7, use "Twig\Node\Expression\Unary\NegUnary" instead |
Not.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Unary_Not | since Twig 2.7, use "Twig\Node\Expression\Unary\NotUnary" instead |
Pos.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Unary_Pos | since Twig 2.7, use "Twig\Node\Expression\Unary\PosUnary" instead |
Unary.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression_Unary | since Twig 2.7, use "Twig\Node\Expression\Unary\AbstractUnary" instead |
Expression.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Expression | since Twig 2.7, use "Twig\Node\Expression\AbstractExpression" instead |
Flush.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Flush | since Twig 2.7, use "Twig\Node\FlushNode" instead |
For.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_For | since Twig 2.7, use "Twig\Node\ForNode" instead |
ForLoop.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_ForLoop | since Twig 2.7, use "Twig\Node\ForLoopNode" instead |
If.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_If | since Twig 2.7, use "Twig\Node\IfNode" instead |
Import.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Import | since Twig 2.7, use "Twig\Node\ImportNode" instead |
Include.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Include | since Twig 2.7, use "Twig\Node\IncludeNode" instead |
Macro.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Macro | since Twig 2.7, use "Twig\Node\MacroNode" instead |
Module.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Module | since Twig 2.7, use "Twig\Node\ModuleNode" instead |
Print.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Print | since Twig 2.7, use "Twig\Node\PrintNode" instead |
Sandbox.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Sandbox | since Twig 2.7, use "Twig\Node\SandboxNode" instead |
SandboxedPrint.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_SandboxedPrint | since Twig 2.7, use "Twig\Node\SandboxedPrintNode" instead |
Set.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Set | since Twig 2.7, use "Twig\Node\SetNode" instead |
Spaceless.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Spaceless | since Twig 2.7, use "Twig\Node\SpacelessNode" instead |
Text.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_Text | since Twig 2.7, use "Twig\Node\TextNode" instead |
With.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node_With | since Twig 2.7, use "Twig\Node\WithNode" instead |
Node.php
Line | Element | Reason |
---|---|---|
11 | Twig_Node | since Twig 2.7, use "Twig\Node\Node" instead |
NodeCaptureInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeCaptureInterface | since Twig 2.7, use "Twig\Node\NodeCaptureInterface" instead |
NodeOutputInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeOutputInterface | since Twig 2.7, use "Twig\Node\NodeOutputInterface" instead |
NodeTraverser.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeTraverser | since Twig 2.7, use "Twig\NodeTraverser" instead |
Escaper.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeVisitor_Escaper | since Twig 2.7, use "Twig\NodeVisitor\EscaperNodeVisitor" instead |
Optimizer.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeVisitor_Optimizer | since Twig 2.7, use "Twig\NodeVisitor\OptimizerNodeVisitor" instead |
SafeAnalysis.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeVisitor_SafeAnalysis | since Twig 2.7, use "Twig\NodeVisitor\SafeAnalysisNodeVisitor" instead |
Sandbox.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeVisitor_Sandbox | since Twig 2.7, use "Twig\NodeVisitor\SandboxNodeVisitor" instead |
NodeVisitorInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_NodeVisitorInterface | since Twig 2.7, use "Twig\NodeVisitor\NodeVisitorInterface" instead |
Parser.php
Line | Element | Reason |
---|---|---|
11 | Twig_Parser | since Twig 2.7, use "Twig\Parser" instead |
Base.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Dumper_Base | since Twig 2.7, use "Twig\Profiler\Dumper\BaseDumper" instead |
Blackfire.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Dumper_Blackfire | since Twig 2.7, use "Twig\Profiler\Dumper\BlackfireDumper" instead |
Html.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Dumper_Html | since Twig 2.7, use "Twig\Profiler\Dumper\HtmlDumper" instead |
Text.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Dumper_Text | since Twig 2.7, use "Twig\Profiler\Dumper\TextDumper" instead |
EnterProfile.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Node_EnterProfile | since Twig 2.7, use "Twig\Profiler\Node\EnterProfileNode" instead |
LeaveProfile.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Node_LeaveProfile | since Twig 2.7, use "Twig\Profiler\Node\LeaveProfileNode" instead |
Profiler.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_NodeVisitor_Profiler | since Twig 2.7, use "Twig\Profiler\NodeVisitor\ProfilerNodeVisitor" instead |
Profile.php
Line | Element | Reason |
---|---|---|
11 | Twig_Profiler_Profile | since Twig 2.7, use "Twig\Profiler\Profile" instead |
RuntimeLoaderInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_RuntimeLoaderInterface | since Twig 2.7, use "Twig\RuntimeLoader\RuntimeLoaderInterface" instead |
SecurityError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityError | since Twig 2.7, use "Twig\Sandbox\SecurityError" instead |
SecurityNotAllowedFilterError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityNotAllowedFilterError | since Twig 2.7, use "Twig\Sandbox\SecurityNotAllowedFilterError" instead |
SecurityNotAllowedFunctionError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityNotAllowedFunctionError | since Twig 2.7, use "Twig\Sandbox\SecurityNotAllowedFunctionError" instead |
SecurityNotAllowedMethodError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityNotAllowedMethodError | since Twig 2.7, use "Twig\Sandbox\SecurityNotAllowedMethodError" instead |
SecurityNotAllowedPropertyError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityNotAllowedPropertyError | since Twig 2.7, use "Twig\Sandbox\SecurityNotAllowedPropertyError" instead |
SecurityNotAllowedTagError.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityNotAllowedTagError | since Twig 2.7, use "Twig\Sandbox\SecurityNotAllowedTagError" instead |
SecurityPolicy.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityPolicy | since Twig 2.7, use "Twig\Sandbox\SecurityPolicy" instead |
SecurityPolicyInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_Sandbox_SecurityPolicyInterface | since Twig 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead |
SimpleFilter.php
Line | Element | Reason |
---|---|---|
23 | Twig_SimpleFilter | since Twig 2.7, use "Twig\TwigFilter" instead |
SimpleFunction.php
Line | Element | Reason |
---|---|---|
23 | Twig_SimpleFunction | since Twig 2.7, use "Twig\TwigFunction" instead |
SimpleTest.php
Line | Element | Reason |
---|---|---|
23 | Twig_SimpleTest | since Twig 2.7, use "Twig\TwigTest" instead |
Source.php
Line | Element | Reason |
---|---|---|
11 | Twig_Source | since Twig 2.7, use "Twig\Source" instead |
SourceContextLoaderInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_SourceContextLoaderInterface | since Twig 2.7, use "Twig\Loader\SourceContextLoaderInterface" instead |
Template.php
Line | Element | Reason |
---|---|---|
11 | Twig_Template | since Twig 2.7, use "Twig\Template" instead |
TemplateWrapper.php
Line | Element | Reason |
---|---|---|
11 | Twig_TemplateWrapper | since Twig 2.7, use "Twig\TemplateWrapper" instead |
IntegrationTestCase.php
Line | Element | Reason |
---|---|---|
11 | Twig_Test_IntegrationTestCase | since Twig 2.7, use "Twig\Test\IntegrationTestCase" instead |
NodeTestCase.php
Line | Element | Reason |
---|---|---|
11 | Twig_Test_NodeTestCase | since Twig 2.7, use "Twig\Test\NodeTestCase" instead |
Test.php
Line | Element | Reason |
---|---|---|
11 | Twig_Test | since Twig 2.7, use "Twig\TwigTest" instead |
Token.php
Line | Element | Reason |
---|---|---|
11 | Twig_Token | since Twig 2.7, use "Twig\Token" instead |
AutoEscape.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_AutoEscape | since Twig 2.7, use "Twig\TokenParser\AutoEscapeTokenParser" instead |
Block.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Block | since Twig 2.7, use "Twig\TokenParser\BlockTokenParser" instead |
Deprecated.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Deprecated | since Twig 2.7, use "Twig\TokenParser\DeprecatedTokenParser" instead |
Do.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Do | since Twig 2.7, use "Twig\TokenParser\DoTokenParser" instead |
Embed.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Embed | since Twig 2.7, use "Twig\TokenParser\EmbedTokenParser" instead |
Extends.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Extends | since Twig 2.7, use "Twig\TokenParser\ExtendsTokenParser" instead |
Filter.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Filter | since Twig 2.7, use "Twig\TokenParser\FilterTokenParser" instead |
Flush.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Flush | since Twig 2.7, use "Twig\TokenParser\FlushTokenParser" instead |
For.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_For | since Twig 2.7, use "Twig\TokenParser\ForTokenParser" instead |
From.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_From | since Twig 2.7, use "Twig\TokenParser\FromTokenParser" instead |
If.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_If | since Twig 2.7, use "Twig\TokenParser\IfTokenParser" instead |
Import.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Import | since Twig 2.7, use "Twig\TokenParser\ImportTokenParser" instead |
Include.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Include | since Twig 2.7, use "Twig\TokenParser\IncludeTokenParser" instead |
Macro.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Macro | since Twig 2.7, use "Twig\TokenParser\MacroTokenParser" instead |
Sandbox.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Sandbox | since Twig 2.7, use "Twig\TokenParser\SandboxTokenParser" instead |
Set.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Set | since Twig 2.7, use "Twig\TokenParser\SetTokenParser" instead |
Spaceless.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Spaceless | since Twig 2.7, use "Twig\TokenParser\SpacelessTokenParser" instead |
Use.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_Use | since Twig 2.7, use "Twig\TokenParser\UseTokenParser" instead |
With.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser_With | since Twig 2.7, use "Twig\TokenParser\WithTokenParser" instead |
TokenParser.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParser | since Twig 2.7, use "Twig\TokenParser\AbstractTokenParser" instead |
TokenParserInterface.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenParserInterface | since Twig 2.7, use "Twig\TokenParser\TokenParserInterface" instead |
TokenStream.php
Line | Element | Reason |
---|---|---|
11 | Twig_TokenStream | since Twig 2.7, use "Twig\TokenStream" instead |
DeprecationCollector.php
Line | Element | Reason |
---|---|---|
11 | Twig_Util_DeprecationCollector | since Twig 2.7, use "Twig\Util\DeprecationCollector" instead |
TemplateDirIterator.php
Line | Element | Reason |
---|---|---|
11 | Twig_Util_TemplateDirIterator | since Twig 2.7, use "Twig\Util\TemplateDirIterator" instead |
InitRuntimeInterface.php
Line | Element | Reason |
---|---|---|
26 | InitRuntimeInterface | since Twig 2.7, to be removed in 3.0 |
ExistsLoaderInterface.php
Line | Element | Reason |
---|---|---|
19 | ExistsLoaderInterface | since Twig 2.7, to be removed in 3.0 |
Node.php
Line | Element | Reason |
---|---|---|
182 | Node::setTemplateName() | since 2.8 (to be removed in 3.0) |
SpacelessNode.php
Line | Element | Reason |
---|---|---|
25 | SpacelessNode | since Twig 2.7, to be removed in 3.0 |
Parser.php
Line | Element | Reason |
---|---|---|
250 | Parser::isReservedMacroName() | since Twig 2.7 as there are no reserved macro names anymore, will be removed in 3.0. |
FilterTokenParser.php
Line | Element | Reason |
---|---|---|
29 | FilterTokenParser | since Twig 2.9, to be removed in 3.0 (use the "apply" tag instead) |
SpacelessTokenParser.php
Line | Element | Reason |
---|---|---|
29 | SpacelessTokenParser | since Twig 2.7, to be removed in 3.0 (use the "spaceless" filter with the "apply" tag instead) |
Assert.php
Line | Element | Reason |
---|---|---|
319 | Assert::isTraversable() | use "isIterable" or "isInstanceOf" instead |
Mixin.php
Line | Element | Reason |
---|---|---|
816 | Mixin::nullOrIsTraversable() | use "isIterable" or "isInstanceOf" instead |
834 | Mixin::allIsTraversable() | use "isIterable" or "isInstanceOf" instead |
856 | Mixin::allNullOrIsTraversable() | use "isIterable" or "isInstanceOf" instead |