Deprecated
Table of Contents
CollapsableWidget.php
| Line | Element | Reason |
|---|---|---|
| 97 | CollapsableWidget::onGroupStatusUpdate() | onGroupStatusUpdate is deprecated. Please update onSetCollapseStatus instead. |
| 106 | CollapsableWidget::getGroupStatuses() |
|
| 115 | CollapsableWidget::setGroupStatus() |
|
| 124 | CollapsableWidget::getGroupStatus() |
|
MediaLibrary.php
| Line | Element | Reason |
|---|---|---|
| 13 | MediaLibrary | Use System\Classes\MediaLibrary. Remove if year >= 2020. |
MediaLibraryItem.php
| Line | Element | Reason |
|---|---|---|
| 12 | MediaLibraryItem | Use System\Classes\MediaLibraryItem. Remove if year >= 2020. |
Media.php
| Line | Element | Reason |
|---|---|---|
| 12 | Media | Use Backend\Controllers\Media. Remove if year >= 2020. |
MediaFinder.php
| Line | Element | Reason |
|---|---|---|
| 18 | MediaFinder | Use Backend\FormWidgets\MediaFinder. Remove if year >= 2020. |
MediaManager.php
| Line | Element | Reason |
|---|---|---|
| 12 | MediaManager | Use Backend\Widgets\MediaManager. Remove if year >= 2020. |
PluginManager.php
| Line | Element | Reason |
|---|---|---|
| 819 | PluginManager::sortByDependencies() | Plugins are now sorted by default. See getPlugins() Remove if year >= 2022 |
MailTemplate.php
| Line | Element | Reason |
|---|---|---|
| 193 | MailTemplate::registerCallback() | see System\Classes\MailManager::registerCallback Remove if year >= 2019 |
Friend.php
| Line | Element | Reason |
|---|---|---|
| 647 | Friend::setStatus() |
Pool.php
| Line | Element | Reason |
|---|---|---|
| 83 | Pool::setWhitelist() | use setAllowList instead |
RuleSetGenerator.php
| Line | Element | Reason |
|---|---|---|
| 159 | RuleSetGenerator::whitelistFromPackage() | use whitelistFromPackage instead |
| 315 | RuleSetGenerator::whitelistFromJobs() | use allowListFromJobs instead |
Factory.php
| Line | Element | Reason |
|---|---|---|
| 249 | Factory::createDefaultRepositories() | Use Composer\Repository\RepositoryFactory::defaultRepos instead |
Installer.php
| Line | Element | Reason |
|---|---|---|
| 1687 | Installer::setUpdateWhitelist() | use setUpdateAllowList instead |
| 1710 | Installer::setWhitelistDependencies() | use setAllowListTransitiveDependencies instead |
| 1726 | Installer::setWhitelistTransitiveDependencies() | use setAllowListTransitiveDependencies instead |
| 1759 | Installer::setWhitelistAllDependencies() | use setAllowListAllDependencies instead |
EmptyConstraint.php
| Line | Element | Reason |
|---|---|---|
| 22 | EmptyConstraint | use Composer\Semver\Constraint\EmptyConstraint instead |
LinkConstraintInterface.php
| Line | Element | Reason |
|---|---|---|
| 22 | LinkConstraintInterface | use Composer\Semver\Constraint\ConstraintInterface instead |
MultiConstraint.php
| Line | Element | Reason |
|---|---|---|
| 22 | MultiConstraint | use Composer\Semver\Constraint\MultiConstraint instead |
SpecificConstraint.php
| Line | Element | Reason |
|---|---|---|
| 22 | SpecificConstraint | use Composer\Semver\Constraint\AbstractConstraint instead |
VersionConstraint.php
| Line | Element | Reason |
|---|---|---|
| 22 | VersionConstraint | use Composer\Semver\Constraint\Constraint instead |
CommandEvent.php
| Line | Element | Reason |
|---|---|---|
| 20 | CommandEvent | use Composer\Script\Event instead |
PackageEvent.php
| Line | Element | Reason |
|---|---|---|
| 22 | PackageEvent | Use Composer\Installer\PackageEvent instead |
ScriptEvents.php
| Line | Element | Reason |
|---|---|---|
| 142 | ScriptEvents::PRE_PACKAGE_INSTALL | Use Composer\Installer\PackageEvents::PRE_PACKAGE_INSTALL instead. |
| 152 | ScriptEvents::POST_PACKAGE_INSTALL | Use Composer\Installer\PackageEvents::POST_PACKAGE_INSTALL instead. |
| 162 | ScriptEvents::PRE_PACKAGE_UPDATE | Use Composer\Installer\PackageEvents::PRE_PACKAGE_UPDATE instead. |
| 172 | ScriptEvents::POST_PACKAGE_UPDATE | Use Composer\Installer\PackageEvents::POST_PACKAGE_UPDATE instead. |
| 182 | ScriptEvents::PRE_PACKAGE_UNINSTALL | Use Composer\Installer\PackageEvents::PRE_PACKAGE_UNINSTALL instead. |
| 192 | ScriptEvents::POST_PACKAGE_UNINSTALL | Use Composer\Installer\PackageEvents::POST_PACKAGE_UNINSTALL instead. |
SpdxLicense.php
| Line | Element | Reason |
|---|---|---|
| 22 | SpdxLicense | use Composer\Spdx\SpdxLicenses instead |
XdebugHandler.php
| Line | Element | Reason |
|---|---|---|
| 22 | XdebugHandler | use Composer\XdebugHandler\XdebugHandler instead |
TYPO3CmsInstaller.php
| Line | Element | Reason |
|---|---|---|
| 11 | TYPO3CmsInstaller | since 1.0.25, use https://packagist.org/packages/typo3/cms-composer-installers instead |
ApcCache.php
| Line | Element | Reason |
|---|---|---|
| 34 | ApcCache | since version 1.6, use ApcuCache instead |
Cache.php
| Line | Element | Reason |
|---|---|---|
| 46 | Cache::STATS_MEMORY_AVAILIABLE |
MultiDeleteCache.php
| Line | Element | Reason |
|---|---|---|
| 12 | MultiDeleteCache |
MysqlSessionInit.php
| Line | Element | Reason |
|---|---|---|
| 34 | MysqlSessionInit | Use "charset" option to PDO MySQL Connection instead. |
AbstractPlatform.php
| Line | Element | Reason |
|---|---|---|
| 3228 | AbstractPlatform::getIdentityColumnNullInsertSQL() |
MsSQLKeywords.php
| Line | Element | Reason |
|---|---|---|
| 34 | MsSQLKeywords | Use SQLServerKeywords class instead. |
MySqlPlatform.php
| Line | Element | Reason |
|---|---|---|
| 317 | MySqlPlatform::getCollationFieldDeclaration() |
Comparator.php
| Line | Element | Reason |
|---|---|---|
| 511 | Comparator::isALegacyJsonComparison() |
Table.php
| Line | Element | Reason |
|---|---|---|
| 410 | Table::addUnnamedForeignKeyConstraint() | |
| 430 | Table::addNamedForeignKeyConstraint() |
Type.php
| Line | Element | Reason |
|---|---|---|
| 37 | Type::DATE_IMMUTABLE | Use Types::DATE_IMMUTABLE instead. |
| 40 | Type::DATEINTERVAL | Use Types::DATEINTERVAL instead. |
| 46 | Type::DATETIME_IMMUTABLE | Use Types::DATETIME_IMMUTABLE instead. |
| 52 | Type::DATETIMETZ_IMMUTABLE | Use Types::DATETIMETZ_IMMUTABLE instead. |
| 67 | Type::JSON | Use Types::JSON instead. |
| 94 | Type::TIME_IMMUTABLE | Use Types::TIME_IMMUTABLE instead. |
Types.php
| Line | Element | Reason |
|---|---|---|
| 38 | Types::JSON_ARRAY | json_array type is deprecated, use self::JSON instead. |
ApcClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 52 | ApcClassLoader | since version 3.3, to be removed in 4.0. Use |
ClassCollectionLoader.php
| Line | Element | Reason |
|---|---|---|
| 25 | ClassCollectionLoader | since version 3.3, to be removed in 4.0. |
ClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 44 | ClassLoader | since version 3.3, to be removed in 4.0. |
ClassMapGenerator.php
| Line | Element | Reason |
|---|---|---|
| 23 | ClassMapGenerator | since version 3.3, to be removed in 4.0. |
MapClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 23 | MapClassLoader | since version 3.3, to be removed in 4.0. |
Psr4ClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 25 | Psr4ClassLoader | since version 3.3, to be removed in 4.0. |
WinCacheClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 51 | WinCacheClassLoader | since version 3.3, to be removed in 4.0. Use |
XcacheClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 51 | XcacheClassLoader | since version 3.3, to be removed in 4.0. Use |
Normalizer.php
| Line | Element | Reason |
|---|---|---|
| 8 | Normalizer::NONE | since ICU 56 and removed in PHP 8 |
Assertion.php
| Line | Element | Reason |
|---|---|---|
| 742 | Assertion::getAuthnContext() | use getAuthnContextClassRef |
| 762 | Assertion::setAuthnContext() | use setAuthnContextClassRef |
XMLSecurityDSig.php
| Line | Element | Reason |
|---|---|---|
| 173 | XMLSecurityDSig::generate_GUID() | Method deprecated in Release 1.4.1 |
XMLSecurityKey.php
| Line | Element | Reason |
|---|---|---|
| 608 | XMLSecurityKey::getAlgorith() |
AwsClient.php
| Line | Element | Reason |
|---|---|---|
| 445 | AwsClient::factory() |
Command.php
| Line | Element | Reason |
|---|---|---|
| 61 | Command::get() |
Cbc.php
| Line | Element | Reason |
|---|---|---|
| 17 | Cbc |
KmsMaterialsProvider.php
| Line | Element | Reason |
|---|---|---|
| 16 | KmsMaterialsProvider |
EndpointProvider.php
| Line | Element | Reason |
|---|---|---|
| 79 | EndpointProvider::defaultProvider() | Use an instance of \Aws\Endpoint\Partition instead. |
Result.php
| Line | Element | Reason |
|---|---|---|
| 53 | Result::getPath() |
S3EncryptionClient.php
| Line | Element | Reason |
|---|---|---|
| 31 | S3EncryptionClient |
S3EncryptionMultipartUploader.php
| Line | Element | Reason |
|---|---|---|
| 20 | S3EncryptionMultipartUploader |
PostObject.php
| Line | Element | Reason |
|---|---|---|
| 10 | PostObject |
CacheAdapterFactory.php
| Line | Element | Reason |
|---|---|---|
| 52 | CacheAdapterFactory::factory() | This will be removed in a future version |
| 104 | CacheAdapterFactory::createObject() |
Zf1CacheAdapter.php
| Line | Element | Reason |
|---|---|---|
| 14 | Zf1CacheAdapter |
Collection.php
| Line | Element | Reason |
|---|---|---|
| 393 | Collection::inject() |
Client.php
| Line | Element | Reason |
|---|---|---|
| 460 | Client::getDefaultHeaders() | |
| 469 | Client::setDefaultHeaders() | |
| 486 | Client::preparePharCacert() | |
| 27 | Client::REQUEST_PARAMS | Use [request.options][params] |
EntityBody.php
| Line | Element | Reason |
|---|---|---|
| 147 | EntityBody::calculateMd5() | This will be deprecated soon |
AbstractMessage.php
| Line | Element | Reason |
|---|---|---|
| 134 | AbstractMessage::getTokenizedHeader() | Use $message->getHeader()->parseParams() |
| 156 | AbstractMessage::setTokenizedHeader() | |
| 166 | AbstractMessage::getCacheControlDirective() | |
| 180 | AbstractMessage::hasCacheControlDirective() | |
| 194 | AbstractMessage::addCacheControlDirective() | |
| 211 | AbstractMessage::removeCacheControlDirective() |
Header.php
| Line | Element | Reason |
|---|---|---|
| 153 | Header::hasExactHeader() | |
| 163 | Header::raw() |
PostFile.php
| Line | Element | Reason |
|---|---|---|
| 111 | PostFile::getCurlString() |
Request.php
| Line | Element | Reason |
|---|---|---|
| 465 | Request::isResponseBodyRepeatable() | Use getResponseBody()->isSeekable() |
| 607 | Request::canCache() | Use Guzzle\Plugin\Cache\DefaultCanCacheStrategy |
| 622 | Request::setIsRedirect() | Use the history plugin (not emitting a warning as this is built-into the RedirectPlugin for now) |
Response.php
| Line | Element | Reason |
|---|---|---|
| 943 | Response::getPreviousResponse() | |
| 953 | Response::setRequest() | |
| 963 | Response::getRequest() |
MonologLogAdapter.php
| Line | Element | Reason |
|---|---|---|
| 11 | MonologLogAdapter |
Zf1LogAdapter.php
| Line | Element | Reason |
|---|---|---|
| 12 | Zf1LogAdapter |
UrlParser.php
| Line | Element | Reason |
|---|---|---|
| 12 | UrlParser | Just use parse_url. UTF-8 characters should be percent encoded anyways. |
CacheKeyProviderInterface.php
| Line | Element | Reason |
|---|---|---|
| 11 | CacheKeyProviderInterface | This is no longer used |
DefaultCacheKeyProvider.php
| Line | Element | Reason |
|---|---|---|
| 13 | DefaultCacheKeyProvider | This class is no longer used |
CurlAuthPlugin.php
| Line | Element | Reason |
|---|---|---|
| 13 | CurlAuthPlugin | Use $client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest'); |
Client.php
| Line | Element | Reason |
|---|---|---|
| 293 | Client::enableMagicMethods() |
ResourceIteratorApplyBatched.php
| Line | Element | Reason |
|---|---|---|
| 16 | ResourceIteratorApplyBatched | Will be removed in a future version and is no longer maintained. Use the Batch\ abstractions instead. |
CookieJar.php
| Line | Element | Reason |
|---|---|---|
| 63 | CookieJar::getCookieValue() |
Uri.php
| Line | Element | Reason |
|---|---|---|
| 266 | Uri::removeDotSegments() | since version 1.4. Use UriResolver::removeDotSegments instead. |
| 282 | Uri::resolve() | since version 1.4. Use UriResolver::resolve 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 |
|---|---|---|
| 26 | MountManager | This functionality will be removed in 2.0 |
| 644 | MountManager::get() |
Base.php
| Line | Element | Reason |
|---|---|---|
| 280 | Base::url() |
ResourceIterator.php
| Line | Element | Reason |
|---|---|---|
| 224 | ResourceIterator::first() |
Collection.php
| Line | Element | Reason |
|---|---|---|
| 26 | Collection |
PersistentObject.php
| Line | Element | Reason |
|---|---|---|
| 32 | PersistentObject |
BaseResource.php
| Line | Element | Reason |
|---|---|---|
| 171 | BaseResource::url() |
PersistentResource.php
| Line | Element | Reason |
|---|---|---|
| 396 | PersistentResource::name() | |
| 409 | PersistentResource::id() | |
| 418 | PersistentResource::status() | |
| 427 | PersistentResource::region() | |
| 436 | PersistentResource::createUrl() |
CatalogService.php
| Line | Element | Reason |
|---|---|---|
| 170 | CatalogService::url() |
LoadBalancer.php
| Line | Element | Reason |
|---|---|---|
| 668 | LoadBalancer::contentCaching() |
Service.php
| Line | Element | Reason |
|---|---|---|
| 74 | Service::billableLoadBalancer() |
Service.php
| Line | Element | Reason |
|---|---|---|
| 200 | Service::bulkDelete() | Please use batchDelete() instead. |
OpenStack.php
| Line | Element | Reason |
|---|---|---|
| 171 | OpenStack::setExpiration() | |
| 184 | OpenStack::getExpiration() | |
| 304 | OpenStack::hasExpired() | |
| 410 | OpenStack::getUrl() |
ContainerAwareEventDispatcher.php
| Line | Element | Reason |
|---|---|---|
| 27 | ContainerAwareEventDispatcher | since 3.3, to be removed in 4.0. Use EventDispatcher with closure factories instead. |
Event.php
| Line | Element | Reason |
|---|---|---|
| 76 | Event::setDispatcher() | since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. |
| 88 | Event::getDispatcher() | since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. |
| 102 | Event::getName() | since version 2.4, to be removed in 3.0. The event name is passed to the listener call. |
| 116 | Event::setName() | since version 2.4, to be removed in 3.0. The event name is passed to the listener call. |
Client.php
| Line | Element | Reason |
|---|---|---|
| 43 | Client::$propertyMap |
Server.php
| Line | Element | Reason |
|---|---|---|
| 317 | Server::exec() | |
| 937 | Server::getPropertiesForPath() | Use getPropertiesIteratorForPath() instead (as it's more memory efficient) |
Client.php
| Line | Element | Reason |
|---|---|---|
| 510 | Client::parseCurlResult() | Use parseCurlResponse instead |
DbDumper.php
| Line | Element | Reason |
|---|---|---|
| 164 | DbDumper::enableCompression() |
ExceptionInterface.php
| Line | Element | Reason |
|---|---|---|
| 19 | ExceptionInterface | since 3.3, to be removed in 4.0. |
FilterIterator.php
| Line | Element | Reason |
|---|---|---|
| 24 | FilterIterator | since 3.4, to be removed in 4.0. |
Process.php
| Line | Element | Reason |
|---|---|---|
| 1186 | Process::getOptions() | since version 3.3, to be removed in 4.0. |
| 1202 | Process::setOptions() | since version 3.3, to be removed in 4.0. |
| 1220 | Process::getEnhanceWindowsCompatibility() | since version 3.3, to be removed in 4.0. Enhanced Windows compatibility will always be enabled. |
| 1236 | Process::setEnhanceWindowsCompatibility() | since version 3.3, to be removed in 4.0. Enhanced Windows compatibility will always be enabled. |
| 1252 | Process::getEnhanceSigchildCompatibility() | since version 3.3, to be removed in 4.0. Sigchild compatibility will always be enabled. |
| 1272 | Process::setEnhanceSigchildCompatibility() | since version 3.3, to be removed in 4.0. |
| 1306 | Process::areEnvironmentVariablesInherited() | since version 3.3, to be removed in 4.0. Environment variables will always be inherited. |
ProcessBuilder.php
| Line | Element | Reason |
|---|---|---|
| 24 | ProcessBuilder | since version 3.4, to be removed in 4.0. Use the Process class instead. |
ProcessUtils.php
| Line | Element | Reason |
|---|---|---|
| 41 | ProcessUtils::escapeArgument() | since version 3.3, to be removed in 4.0. Use a command line array or give env vars to the |
Mobile_Detect.php
| Line | Element | Reason |
|---|---|---|
| 889 | Mobile_Detect::setDetectionType() | since version 2.6.9 |
| 969 | Mobile_Detect::getMobileDetectionRules() | since version 2.6.9 |
| 996 | Mobile_Detect::getMobileDetectionRulesExtended() | since version 2.6.9 |
| 1021 | Mobile_Detect::getRules() | since version 2.6.9 |
| 30 | Mobile_Detect::DETECTION_TYPE_MOBILE | since version 2.6.9 |
| 37 | Mobile_Detect::DETECTION_TYPE_EXTENDED | since version 2.6.9 |
| 44 | Mobile_Detect::VER | since version 2.6.9 |
| 122 | Mobile_Detect::$detectionType | since version 2.6.9 |
Client.php
| Line | Element | Reason |
|---|---|---|
| 205 | Google_Client::authenticate() | |
| 244 | Google_Client::refreshTokenWithAssertion() | |
| 539 | Google_Client::getAuth() | See UPGRADING.md for more information |
| 549 | Google_Client::setAuth() | See UPGRADING.md for more information |
| 924 | Google_Client::setAuthConfigFile() |
CredentialsLoader.php
| Line | Element | Reason |
|---|---|---|
| 219 | CredentialsLoader::getUpdateMetadataFunc() |
Dompdf.php
| Line | Element | Reason |
|---|---|---|
| 337 | Dompdf::load_html_file() | |
| 415 | Dompdf::load_html() | |
| 545 | Dompdf::remove_text_nodes() | |
| 674 | Dompdf::enable_caching() | |
| 694 | Dompdf::parse_default_view() | |
| 943 | Dompdf::output_html() | |
| 965 | Dompdf::get_option() | |
| 976 | Dompdf::set_option() | |
| 987 | Dompdf::set_options() | |
| 998 | Dompdf::set_paper() | |
| 1059 | Dompdf::get_tree() | |
| 1079 | Dompdf::set_protocol() | |
| 1101 | Dompdf::get_protocol() | |
| 1120 | Dompdf::set_host() | |
| 1141 | Dompdf::get_host() | |
| 1162 | Dompdf::set_base_path() | |
| 1183 | Dompdf::get_base_path() | |
| 1204 | Dompdf::set_default_view() | |
| 1228 | Dompdf::set_http_context() | |
| 1249 | Dompdf::get_http_context() | |
| 1278 | Dompdf::get_canvas() | |
| 1307 | Dompdf::get_css() | |
| 1336 | Dompdf::get_dom() | |
| 1375 | Dompdf::get_callbacks() | |
| 1394 | Dompdf::set_callbacks() | |
| 1430 | Dompdf::get_quirksmode() | |
| 249 | Dompdf::$native_fonts |
FontMetrics.php
Options.php
| Line | Element | Reason |
|---|---|---|
| 281 | Options::$adminUsername | |
| 287 | Options::$adminPassword |
Document.php
| Line | Element | Reason |
|---|---|---|
| 37 | Document::getAllSelectors() | use getAllDeclarationBlocks() |
Rule.php
| Line | Element | Reason |
|---|---|---|
| 97 | Rule::setValues() | Old-Style 2-dimensional array given. Retained for (some) backwards-compatibility. Use setValue() instead and wrapp the value inside a RuleValueList if necessary. |
| 132 | Rule::getValues() | Old-Style 2-dimensional array returned. Retained for (some) backwards-compatibility. Use getValue() instead and check for the existance of a (nested set of) ValueList object(s). |
DeclarationBlock.php
| Line | Element | Reason |
|---|---|---|
| 68 | DeclarationBlock::getSelector() | use getSelectors() |
| 75 | DeclarationBlock::setSelector() | use setSelectors() |
AmazonOrder.php
| Line | Element | Reason |
|---|---|---|
| 677 | AmazonOrder::getShipServiceLevelCategory() | since version 1.3.0 |
NetSuiteClient.php
| Line | Element | Reason |
|---|---|---|
| 165 | NetSuiteClient::createFromEnv() |
SlackbotHandler.php
| Line | Element | Reason |
|---|---|---|
| 25 | SlackbotHandler | According to Slack the API used on this handler it is deprecated. Therefore this handler will be removed on 2.x Slack suggests to use webhooks instead. Please contact slack for more information. |
SlackHandler.php
| Line | Element | Reason |
|---|---|---|
| 179 | SlackHandler::getAttachmentColor() | Use underlying SlackRecord instead |
| 196 | SlackHandler::stringify() | Use underlying SlackRecord instead |
TranslationWriter.php
| Line | Element | Reason |
|---|---|---|
| 98 | TranslationWriter::writeTranslations() | since 3.4 will be removed in 4.0. Use write instead. |
Autoloader.php
| Line | Element | Reason |
|---|---|---|
| 21 | Twig_Extensions_Autoloader | since version 1.5, use Composer instead. |
Arguments.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Arguments | since version 1.5 |
Array.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Array | since version 1.5 |
Body.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Body | since version 1.5 |
Boolean.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Boolean | since version 1.5 |
Constant.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Constant | since version 1.5 |
Expression.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Expression | since version 1.5 |
Hash.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Hash | since version 1.5 |
Number.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Number | since version 1.5 |
Optional.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Optional | since version 1.5 |
Switch.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Switch | since version 1.5 |
Tag.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar_Tag | since version 1.5 |
Grammar.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_Grammar | since version 1.5 |
GrammarInterface.php
| Line | Element | Reason |
|---|---|---|
| 15 | Twig_Extensions_GrammarInterface | since version 1.5 |
SimpleTokenParser.php
| Line | Element | Reason |
|---|---|---|
| 17 | Twig_Extensions_SimpleTokenParser | since version 1.5 |
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 |
|---|---|---|
| 174 | 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 |
|---|---|---|
| 251 | 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) |
FileCacheReader.php
| Line | Element | Reason |
|---|---|---|
| 32 | FileCacheReader | the FileCacheReader is deprecated and will be removed in version 2.0.0 of doctrine/annotations. Please use the CachedReader instead. |
ClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 36 | ClassLoader | the ClassLoader is deprecated and will be removed in version 3.0 of doctrine/common. |
LifecycleEventArgs.php
| Line | Element | Reason |
|---|---|---|
| 65 | LifecycleEventArgs::getEntity() |
AsseticTokenParser.php
| Line | Element | Reason |
|---|---|---|
| 188 | AsseticTokenParser::createNode() | since 1.3.0, to be removed in 2.0. Use createBodyNode instead. |
Parser.php
| Line | Element | Reason |
|---|---|---|
| 2699 | Parser::to() | } |
| 2723 | Parser::show() |
Output.php
| Line | Element | Reason |
|---|---|---|
| 80 | Output::setEncodingFrom() | deprecated since version 8.1 |
| 104 | Output::getEncodingFrom() | deprecated since version 8.1 |
Reader.php
| Line | Element | Reason |
|---|---|---|
| 178 | Reader::fetchPairsWithoutDuplicates() | deprecated since version 8.2 |
Param.php
| Line | Element | Reason |
|---|---|---|
| 69 | 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 |
BelongsToMany.php
| Line | Element | Reason |
|---|---|---|
| 407 | BelongsToMany::getRelatedIds() | Use allRelatedIds instead. Remove if year >= 2018. |
Hashable.php
| Line | Element | Reason |
|---|---|---|
| 112 | Hashable::addHashableAttribute() | use self::addHashable() Remove this method if year >= 2018 |
SoftDeleting.php
| Line | Element | Reason |
|---|---|---|
| 6 | SoftDeleting | use SoftDelete trait instead. |
Parser.php
| Line | Element | Reason |
|---|---|---|
| 569 | Less_Parser::SetCacheDir() |
ValidClassNamePass.php
| Line | Element | Reason |
|---|---|---|
| 328 | ValidClassNamePass::getScopeType() | No longer used. Scope type should be passed into ensureCanDefine directly. |
DumpCommand.php
| Line | Element | Reason |
|---|---|---|
| 90 | DumpCommand::resolveTarget() | Use |
InterfaceEnumerator.php
| Line | Element | Reason |
|---|---|---|
| 22 | InterfaceEnumerator | Nothing should use this anymore |
TraitEnumerator.php
| Line | Element | Reason |
|---|---|---|
| 22 | TraitEnumerator | Nothing should use this anymore |
ReflectingCommand.php
| Line | Element | Reason |
|---|---|---|
| 193 | ReflectingCommand::resolveInstance() | Use |
Configuration.php
| Line | Element | Reason |
|---|---|---|
| 774 | Configuration::setTabCompletion() | Call |
| 797 | Configuration::getTabCompletion() | Call |
| 923 | Configuration::getTabCompletionMatchers() | Nothing should be using this anymore |
| 963 | Configuration::addTabCompletionMatchers() | Use |
ReflectionConstant.php
| Line | Element | Reason |
|---|---|---|
| 19 | ReflectionConstant | ReflectionConstant is now ReflectionClassConstant. This class name will be reclaimed in the next stable release, to be used for ReflectionConstant_ :) |
Shell.php
| Line | Element | Reason |
|---|---|---|
| 126 | Shell::debug() | will be removed in 1.0. Use \Psy\debug instead |
| 235 | Shell::getTabCompletionMatchers() | Nothing should use this anymore |
| 279 | Shell::addTabCompletionMatchers() | Call |
| 1265 | Shell::autocomplete() | Tab completion is provided by the AutoCompleter service |
MtRandGenerator.php
| Line | Element | Reason |
|---|---|---|
| 27 | MtRandGenerator | The mt_rand() function is not a reliable source of randomness. The default RandomBytesGenerator, which uses the random_bytes() function, is recommended as the safest and most reliable source of randomness. This generator will be removed in ramsey/uuid 4.0.0. |
OpenSslGenerator.php
| Line | Element | Reason |
|---|---|---|
| 31 | OpenSslGenerator | The openssl_random_pseudo_bytes() function is not a reliable source of randomness. The default RandomBytesGenerator, which uses the random_bytes() function, is recommended as the safest and most reliable source of randomness. This generator will be removed in ramsey/uuid 4.0.0. |
SodiumRandomGenerator.php
| Line | Element | Reason |
|---|---|---|
| 29 | SodiumRandomGenerator | As of PHP 7.2.0, the libsodium extension is bundled with PHP, and the random_bytes() PHP function is now the recommended method for generating random byes. The default RandomBytesGenerator uses the random_bytes() function. This generator will be removed in ramsey/uuid 4.0.0. |
OpenDKIMHeader.php
| Line | Element | Reason |
|---|---|---|
| 18 | Swift_Mime_Headers_OpenDKIMHeader | since SwiftMailer 6.1.0; use Swift_Signers_DKIMSigner instead. |
OpenDKIMSigner.php
| Line | Element | Reason |
|---|---|---|
| 19 | Swift_Signers_OpenDKIMSigner | since SwiftMailer 6.1.0; use Swift_Signers_DKIMSigner instead. |
Application.php
| Line | Element | Reason |
|---|---|---|
| 854 | Application::getTerminalWidth() | since version 3.2, to be removed in 4.0. Create a Terminal instance instead. |
| 868 | Application::getTerminalHeight() | since version 3.2, to be removed in 4.0. Create a Terminal instance instead. |
| 882 | Application::getTerminalDimensions() | since version 3.2, to be removed in 4.0. Create a Terminal instance instead. |
| 901 | Application::setTerminalDimensions() | since version 3.2, to be removed in 4.0. Set the COLUMNS and LINES env vars instead. |
ConsoleEvents.php
| Line | Element | Reason |
|---|---|---|
| 49 | ConsoleEvents::EXCEPTION | The console.exception event is deprecated since version 3.3 and will be removed in 4.0. Use the console.error event instead. |
ConsoleExceptionEvent.php
| Line | Element | Reason |
|---|---|---|
| 27 | ConsoleExceptionEvent | since version 3.3, to be removed in 4.0. Use ConsoleErrorEvent instead. |
QuestionHelper.php
| Line | Element | Reason |
|---|---|---|
| 103 | QuestionHelper::setInputStream() | since version 3.2, to be removed in 4.0. Use StreamableInputInterface::setStream() instead. |
| 122 | QuestionHelper::getInputStream() | since version 3.2, to be removed in 4.0. Use StreamableInputInterface::getStream() instead. |
ErrorHandler.php
| Line | Element | Reason |
|---|---|---|
| 717 | ErrorHandler::stackErrors() | since version 3.4, to be removed in 4.0. |
| 729 | ErrorHandler::unstackErrors() | since version 3.4, to be removed in 4.0. |
ContextErrorException.php
| Line | Element | Reason |
|---|---|---|
| 21 | ContextErrorException | since version 3.3. Instead, \ErrorException will be used directly in 4.0. |
AnnotatedClass.php
| Line | Element | Reason |
|---|---|---|
| 10 | AnnotatedClass::deprecatedMethod() | since version 3.4. |
DeprecatedClass.php
| Line | Element | Reason |
|---|---|---|
| 10 | DeprecatedClass | but this is a test deprecation notice |
DeprecatedInterface.php
| Line | Element | Reason |
|---|---|---|
| 10 | DeprecatedInterface | but this is a test deprecation notice |
Request.php
| Line | Element | Reason |
|---|---|---|
| 684 | Request::setTrustedHeaderName() | since version 3.3, to be removed in 4.0. Use the $trustedHeaderSet argument of the Request::setTrustedProxies() method instead. |
| 723 | Request::getTrustedHeaderName() | since version 3.3, to be removed in 4.0. Use the Request::getTrustedHeaderSet() method instead. |
| 42 | Request::HEADER_CLIENT_IP | since version 3.3, to be removed in 4.0 |
| 44 | Request::HEADER_CLIENT_HOST | since version 3.3, to be removed in 4.0 |
| 46 | Request::HEADER_CLIENT_PROTO | since version 3.3, to be removed in 4.0 |
| 48 | Request::HEADER_CLIENT_PORT | since version 3.3, to be removed in 4.0 |
| 87 | Request::$trustedHeaders | since version 3.3, to be removed in 4.0 |
| 229 | Request::$trustedHeaderNames | since version 3.3, to be removed in 4.0 |
Response.php
| Line | Element | Reason |
|---|---|---|
| 71 | Response::HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL |
MemcacheSessionHandler.php
| Line | Element | Reason |
|---|---|---|
| 21 | MemcacheSessionHandler | since version 3.4, to be removed in 4.0. Use Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler instead. |
NativeSessionHandler.php
| Line | Element | Reason |
|---|---|---|
| 18 | NativeSessionHandler | since version 3.4, to be removed in 4.0. Use \SessionHandler instead. |
WriteCheckSessionHandler.php
| Line | Element | Reason |
|---|---|---|
| 21 | WriteCheckSessionHandler | since version 3.4, to be removed in 4.0. Implement |
NativeProxy.php
| Line | Element | Reason |
|---|---|---|
| 23 | NativeProxy | since version 3.4, to be removed in 4.0. Use your session handler implementation directly. |
BundleInterface.php
| Line | Element | Reason |
|---|---|---|
| 60 | BundleInterface::getParent() | This method is deprecated as of 3.4 and will be removed in 4.0. |
ChainCacheClearer.php
| Line | Element | Reason |
|---|---|---|
| 50 | ChainCacheClearer::add() | since version 3.4, to be removed in 4.0, inject the list of clearers as a constructor argument instead. |
CacheWarmerAggregate.php
| Line | Element | Reason |
|---|---|---|
| 69 | CacheWarmerAggregate::setWarmers() | since version 3.4, to be removed in 4.0, inject the list of clearers as a constructor argument instead. |
| 82 | CacheWarmerAggregate::add() | since version 3.4, to be removed in 4.0, inject the list of clearers as a constructor argument instead. |
EnvParametersResource.php
| Line | Element | Reason |
|---|---|---|
| 23 | EnvParametersResource | since version 3.4, to be removed in 4.0 |
ControllerResolver.php
| Line | Element | Reason |
|---|---|---|
| 102 | ControllerResolver::getArguments() | This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface and inject it in the HttpKernel instead. |
| 126 | ControllerResolver::doGetArguments() | This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface and inject it in the HttpKernel instead. |
ControllerResolverInterface.php
| Line | Element | Reason |
|---|---|---|
| 56 | ControllerResolverInterface::getArguments() | This method is deprecated as of 3.1 and will be removed in 4.0. Please use the ArgumentResolverInterface instead. |
TraceableControllerResolver.php
| Line | Element | Reason |
|---|---|---|
| 61 | TraceableControllerResolver::getArguments() | This method is deprecated as of 3.1 and will be removed in 4.0. |
DataCollector.php
| Line | Element | Reason |
|---|---|---|
| 104 | DataCollector::varToString() | since version 3.2, to be removed in 4.0. Use cloneVar() instead. |
ValueExporter.php
| Line | Element | Reason |
|---|---|---|
| 21 | ValueExporter | since version 3.2, to be removed in 4.0. Use the VarDumper component instead. |
AddClassesToCachePass.php
| Line | Element | Reason |
|---|---|---|
| 23 | AddClassesToCachePass | since version 3.3, to be removed in 4.0. |
Extension.php
| Line | Element | Reason |
|---|---|---|
| 33 | Extension::getClassesToCompile() | since version 3.3, to be removed in 4.0. |
| 59 | Extension::addClassesToCompile() | since version 3.3, to be removed in 4.0. |
LazyLoadingFragmentHandler.php
| Line | Element | Reason |
|---|---|---|
| 52 | LazyLoadingFragmentHandler::addRendererService() | since version 3.3, to be removed in 4.0 |
| 29 | LazyLoadingFragmentHandler::$rendererIds | since version 3.3, to be removed in 4.0 |
Kernel.php
| Line | Element | Reason |
|---|---|---|
| 463 | Kernel::doLoadClassCache() | since version 3.3, to be removed in 4.0. |
| 736 | Kernel::getEnvParameters() | since version 3.3, to be removed in 4.0 |
MongoCaster.php
| Line | Element | Reason |
|---|---|---|
| 25 | MongoCaster | since version 3.4, to be removed in 4.0. |
Data.php
| Line | Element | Reason |
|---|---|---|
| 177 | Data::getRawData() | since version 3.3. Use array or object access instead. |
Dumper.php
| Line | Element | Reason |
|---|---|---|
| 51 | Dumper::setIndentation() | since version 3.1, to be removed in 4.0. Pass the indentation to the constructor instead. |
Yaml.php
| Line | Element | Reason |
|---|---|---|
| 40 | Yaml::PARSE_KEYS_AS_STRINGS | since version 3.4, to be removed in 4.0. Quote your evaluable keys instead. |