Newer
Older
<?php declare(strict_types = 1);
$ignoreErrors = [];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$data_path in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/../composer/Plugin/Scaffold/Operations/AppendOp.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$app_root might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/assets/scaffold/files/default.settings.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$site_path might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/assets/scaffold/files/default.settings.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$new_set_index might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/includes/form.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Function install_config_download_translations\\(\\) should return string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/includes/install.core.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Function install_download_translation\\(\\) should return string but return statement is missing\\.$#',
'count' => 2,
'path' => __DIR__ . '/includes/install.core.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$items might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/includes/theme.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$custom_theme might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/includes/theme.maintenance.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: method.notFound
'message' => '#^Call to an undefined method Drupal\\\\Component\\\\Datetime\\\\DateTimePlus\\:\\:getTimeZone\\(\\)\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Datetime/DateTimePlus.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$value might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Datetime/DateTimePlus.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$x0 might not be defined\\.$#',
'count' => 4,
'path' => __DIR__ . '/lib/Drupal/Component/Diff/DiffFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$xi in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Diff/DiffFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$y0 might not be defined\\.$#',
'count' => 4,
'path' => __DIR__ . '/lib/Drupal/Component/Diff/DiffFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$yi in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Diff/DiffFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Component\\\\FileCache\\\\NullFileCache has an unused parameter \\$cache_backend_class\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/FileCache/NullFileCache.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Component\\\\FileCache\\\\NullFileCache has an unused parameter \\$cache_backend_configuration\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/FileCache/NullFileCache.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Component\\\\FileCache\\\\NullFileCache has an unused parameter \\$collection\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/FileCache/NullFileCache.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Component\\\\FileCache\\\\NullFileCache has an unused parameter \\$prefix\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/FileCache/NullFileCache.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Component\\\\Gettext\\\\PoMemoryWriter\\:\\:getHeader\\(\\) should return Drupal\\\\Component\\\\Gettext\\\\PoHeader but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Gettext/PoMemoryWriter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Component\\\\Gettext\\\\PoMemoryWriter\\:\\:getLangcode\\(\\) should return string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Gettext/PoMemoryWriter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$log_vars might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Component/Gettext/PoStreamReader.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$permission might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Access/AccessResult.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Access\\\\CsrfRequestHeaderAccessCheck\\:\\:applies\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: arguments.count
'message' => '#^Method Drupal\\\\Core\\\\Executable\\\\ExecutableInterface\\:\\:execute\\(\\) invoked with 1 parameter, 0 required\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Action/ActionBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Action/ActionManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getSortedDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Action/ActionManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Archiver\\\\ArchiverManager\\:\\:getInstance\\(\\) should return object\\|false but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Archiver/ArchiverManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$group_keys might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Asset/CssCollectionGrouper.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$group_keys might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Asset/JsCollectionGrouper.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Block/BlockManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getSortedDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Block/BlockManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Core\\\\Cache\\\\NullBackend has an unused parameter \\$bin\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Cache/NullBackend.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Condition/ConditionManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getSortedDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Condition/ConditionManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$value in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Config/Entity/Query/Condition.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$theme_list might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Config/ExtensionInstallStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$statement might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Database/Connection.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Database\\\\Query\\\\Delete\\:\\:execute\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Database/Query/Delete.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$affected_rows might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Database/Query/Upsert.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\DrupalKernel\\:\\:discoverServiceProviders\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/DrupalKernel.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$container might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/DrupalKernel.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$container_definition might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/DrupalKernel.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityConfirmFormBase\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityNullStorage\\:\\:doLoadMultiple\\(\\) should return array\\<Drupal\\\\Core\\\\Entity\\\\EntityInterface\\> but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityNullStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityNullStorage\\:\\:doSave\\(\\) should return bool\\|int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityNullStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityNullStorage\\:\\:has\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityNullStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$current_affected in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityStorageBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\Controller\\\\EntityController\\:\\:deleteTitle\\(\\) should return string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Controller/EntityController.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$candidate_ids might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$string in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\Core\\\\Entity\\\\EntityBase\\:\\:\\$id\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/EntityBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\EntityConfirmFormBase\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/EntityConfirmFormBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\Core\\\\Entity\\\\EntityDisplayBase\\:\\:\\$_serializedKeys\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/EntityDisplayBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\KeyValueStore\\\\KeyValueContentEntityStorage\\:\\:createTranslation\\(\\) should return Drupal\\\\Core\\\\Entity\\\\ContentEntityInterface but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\KeyValueStore\\\\KeyValueContentEntityStorage\\:\\:createWithSampleValues\\(\\) should return Drupal\\\\Core\\\\Entity\\\\FieldableEntityInterface but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$value in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$value in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\Query\\\\QueryBase\\:\\:getClass\\(\\) should return string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Query/QueryBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$next_index_prefix might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Query/Sql/Tables.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$relationship_specifier might not be defined\\.$#',
'count' => 5,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Query/Sql/Tables.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$revision_query might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$transaction in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$initial_storage_value in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$minor_version might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Extension/ExtensionVersion.php',
];
$ignoreErrors[] = [

Alex Pott
committed
'message' => '#^The "module_installer\\.uninstall_validators" service is deprecated in drupal\\:11\\.1\\.0 and is removed from drupal\\:12\\.0\\.0\\. Inject "\\!tagged_iterator module_install\\.uninstall_validator" instead\\. See https\\://www\\.drupal\\.org/node/3432595$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Extension/ModuleInstaller.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$callback in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldDefinition.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Field\\\\FieldItemBase\\:\\:generateSampleValue\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldItemBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Field\\\\FieldItemBase\\:\\:postSave\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldItemBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Field\\\\FieldItemList\\:\\:defaultValuesForm\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$values might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldTypePluginManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: class.notFound
'message' => '#^Call to method getSortedDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/FieldTypePluginManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Field\\\\Plugin\\\\Field\\\\FieldType\\\\EntityReferenceItem\\:\\:generateSampleValue\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\Core\\\\Field\\\\Plugin\\\\Field\\\\FieldType\\\\NumericItemBase\\:\\:\\$value\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\FileTransfer\\\\FileTransfer\\:\\:__get\\(\\) should return bool\\|string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/FileTransfer/FileTransfer.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Form\\\\FormBuilder\\:\\:setInvalidTokenError\\(\\) should return \\$this\\(Drupal\\\\Core\\\\Form\\\\FormBuilder\\) but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormBuilder.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$form_id in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormBuilder.php',
];

Alex Pott
committed
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable

Alex Pott
committed
'message' => '#^Variable \\$input in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormBuilder.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$form in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormCache.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Form\\\\FormValidator\\:\\:setInvalidTokenError\\(\\) should return \\$this\\(Drupal\\\\Core\\\\Form\\\\FormValidator\\) but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$is_empty_multiple might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$is_empty_null might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$is_empty_string might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Form/FormValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\KeyValueStore\\\\NullStorageExpirable\\:\\:setIfNotExists\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\KeyValueStore\\\\NullStorageExpirable\\:\\:setWithExpireIfNotExists\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Lock\\\\NullLockBackend\\:\\:wait\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Lock/NullLockBackend.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$parent in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Menu\\\\MenuLinkManager\\:\\:getInstance\\(\\) should return object\\|false but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Menu/MenuLinkManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Menu\\\\MenuLinkManager\\:\\:menuNameInUse\\(\\) should return bool but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Menu/MenuLinkManager.php',
];
$ignoreErrors[] = [
'message' => '#^Missing cache backend declaration for performance\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Menu/MenuLinkManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$transaction in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Menu/MenuTreeStorage.php',
];
$ignoreErrors[] = [
'message' => '#^Missing cache backend declaration for performance\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Plugin/DefaultPluginManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Core\\\\Queue\\\\Memory has an unused parameter \\$name\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Queue/Memory.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$sort in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,

Alex Pott
committed
'path' => __DIR__ . '/lib/Drupal/Core/Render/Element/RenderElementBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$output in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$page_bottom in empty\\(\\) always exists and is always falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$page_top in empty\\(\\) always exists and is always falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php',
];

Alex Pott
committed
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable

Alex Pott
committed
'message' => '#^Variable \\$elements in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Render/Renderer.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$transaction in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Routing/MatcherDumper.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$current might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Site/SettingsEditor.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$index might not be defined\\.$#',
'count' => 3,
'path' => __DIR__ . '/lib/Drupal/Core/Site/SettingsEditor.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Template\\\\AttributeValueBase\\:\\:render\\(\\) should return string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Template/AttributeValueBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Core\\\\Template\\\\TwigEnvironment has an unused parameter \\$root\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Template/TwigEnvironment.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: constructor.unusedParameter
'message' => '#^Constructor of class Drupal\\\\Core\\\\Test\\\\TestRunnerKernel has an unused parameter \\$allow_dumping\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Test/TestRunnerKernel.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$candidate might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Theme/ThemeManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$theme_engine in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Theme/ThemeManager.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\TypedData\\\\ListDataDefinition\\:\\:setDataType\\(\\) should return static\\(Drupal\\\\Core\\\\TypedData\\\\ListDataDefinition\\) but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/TypedData/ListDataDefinition.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\Core\\\\TypedData\\\\TypedData\\:\\:\\$value\\.$#',
'count' => 2,
'path' => __DIR__ . '/lib/Drupal/Core/TypedData/TypedData.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$cache_key in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Update\\\\UpdateKernel\\:\\:discoverServiceProviders\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Update/UpdateKernel.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\Core\\\\Updater\\\\Module\\:\\:postUpdateTasks\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Updater/Module.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$position might not be defined\\.$#',
'count' => 4,
'path' => __DIR__ . '/modules/block/tests/src/Functional/BlockRenderOrderTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$edit might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/block/tests/src/Functional/BlockUiTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$dependency in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/block_content/src/BlockContentAccessControlHandler.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\block_content\\\\BlockContentForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 2,
'path' => __DIR__ . '/modules/block_content/src/BlockContentForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\block_content\\\\BlockContentTypeForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/block_content/src/BlockContentTypeForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$loaded might not be defined\\.$#',
'count' => 9,
'path' => __DIR__ . '/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$ghs_config_classes in empty\\(\\) always exists and is always falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\comment\\\\CommentForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/src/CommentForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\comment\\\\CommentTypeForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/src/CommentTypeForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$state might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/src/Plugin/migrate/destination/EntityComment.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\comment\\\\Plugin\\\\views\\\\field\\\\NodeNewComments\\:\\:render\\(\\) should return Drupal\\\\Component\\\\Render\\\\MarkupInterface\\|string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/src/Plugin/views/field/NodeNewComments.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$comment in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/src/Plugin/views/row/Rss.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$position might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/tests/src/Functional/CommentBlockTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$comment_values might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/tests/src/Functional/CommentLanguageTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$mode_text might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/comment/tests/src/Functional/CommentTestBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$data might not be defined\\.$#',
'count' => 2,
'path' => __DIR__ . '/modules/config/src/Form/ConfigSingleImportForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\contact\\\\ContactFormEditForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/contact/src/ContactFormEditForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\contact\\\\Entity\\\\Message\\:\\:getPersonalRecipient\\(\\) should return Drupal\\\\user\\\\UserInterface but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/contact/src/Entity/Message.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\contact\\\\MessageForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 2,
'path' => __DIR__ . '/modules/contact/src/MessageForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$state in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 3,
'path' => __DIR__ . '/modules/content_moderation/src/Form/ContentModerationStateForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\content_moderation\\\\ModerationInformation\\:\\:getAffectedRevisionTranslation\\(\\) should return Drupal\\\\Core\\\\Entity\\\\ContentEntityInterface but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_moderation/src/ModerationInformation.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\content_moderation\\\\ModerationInformation\\:\\:getDefaultRevisionId\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_moderation/src/ModerationInformation.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$checkbox_id might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_translation/content_translation.admin.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$locked_languages might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_translation/content_translation.admin.inc',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$locked_languages might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_translation/content_translation.module',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$source_name might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/content_translation/src/Controller/ContentTranslationController.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$unrestricted_tab_count might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\datetime\\\\Plugin\\\\Field\\\\FieldType\\\\DateTimeFieldItemList\\:\\:defaultValuesForm\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$item in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/datetime/src/Plugin/Validation/Constraint/DateTimeFormatConstraintValidator.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\datetime_range\\\\Plugin\\\\Field\\\\FieldType\\\\DateRangeFieldItemList\\:\\:defaultValuesForm\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\datetime_range\\\\Plugin\\\\Field\\\\FieldType\\\\DateRangeItem\\:\\:\\$end_date\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: property.notFound
'message' => '#^Access to an undefined property Drupal\\\\datetime_range\\\\Plugin\\\\Field\\\\FieldType\\\\DateRangeItem\\:\\:\\$start_date\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: isset.variable
'message' => '#^Variable \\$view in isset\\(\\) always exists and is not nullable\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/dblog/dblog.module',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$items in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$items in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$values might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field/tests/src/Kernel/FieldAttachStorageTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$entity_display might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/Access/FormModeAccessCheck.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$entity_display might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/Access/ViewModeAccessCheck.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\field_ui\\\\FieldUI\\:\\:getOverviewRouteInfo\\(\\) should return Drupal\\\\Core\\\\Url but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/FieldUI.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\field_ui\\\\Form\\\\EntityDisplayModeFormBase\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/Form/EntityDisplayModeFormBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\field_ui\\\\Form\\\\FieldConfigEditForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/Form/FieldConfigEditForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\field_ui\\\\Form\\\\FieldStorageConfigEditForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/field_ui/src/Form/FieldStorageConfigEditForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$file_upload in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/file.module',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$rows in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\file\\\\Plugin\\\\Field\\\\FieldType\\\\FileFieldItemList\\:\\:defaultValuesForm\\(\\) should return array but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\file\\\\Plugin\\\\Field\\\\FieldType\\\\FileFieldItemList\\:\\:postSave\\(\\) should return bool but return statement is missing\\.$#',
'count' => 2,
'path' => __DIR__ . '/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$unexpected in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/tests/src/Functional/FileManagedTestBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: method.notFound
'message' => '#^Call to an undefined method Drupal\\\\Tests\\\\file\\\\Functional\\\\FileUploadJsonBasicAuthTest\\:\\:getExpectedUnauthorizedEntityAccessCacheability\\(\\)\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: method.notFound
'message' => '#^Call to an undefined method Drupal\\\\Tests\\\\file\\\\Functional\\\\FileUploadJsonCookieTest\\:\\:getExpectedUnauthorizedEntityAccessCacheability\\(\\)\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$unexpected in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$rows might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/filter/src/Plugin/Filter/FilterHtml.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\history\\\\Plugin\\\\views\\\\field\\\\HistoryUserTimestamp\\:\\:render\\(\\) should return Drupal\\\\Component\\\\Render\\\\MarkupInterface\\|string but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: empty.variable
'message' => '#^Variable \\$image_style in empty\\(\\) always exists and is not falsy\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/image/src/Controller/ImageStyleDownloadController.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: variable.undefined
'message' => '#^Variable \\$lock_name might not be defined\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/image/src/Controller/ImageStyleDownloadController.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\image\\\\Form\\\\ImageStyleEditForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/image/src/Form/ImageStyleEditForm.php',
];
$ignoreErrors[] = [

Alex Pott
committed
// identifier: return.missing
'message' => '#^Method Drupal\\\\image\\\\Form\\\\ImageStyleFormBase\\:\\:save\\(\\) should return int but return statement is missing\\.$#',
'count' => 1,