diff --git a/core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php b/core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php index 63e9eb25ca..0d9babac3d 100644 --- a/core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php +++ b/core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php @@ -24,7 +24,7 @@ final class ExcludedModulesEventSubscriber implements EventSubscriberInterface { * @var \Drupal\Core\Config\StorageInterface */ private $activeStorage; - + /** * @var \Drupal\Core\Config\ConfigManagerInterface */ diff --git a/core/modules/config/src/Form/ConfigImportForm.php b/core/modules/config/src/Form/ConfigImportForm.php index 6535656914..2fc85a9392 100644 --- a/core/modules/config/src/Form/ConfigImportForm.php +++ b/core/modules/config/src/Form/ConfigImportForm.php @@ -57,7 +57,7 @@ public static function create(ContainerInterface $container) { /** * {@inheritdoc} */ - public function getForsettmId() { + public function getFormId() { return 'config_import_form'; } diff --git a/core/phpstan-baseline.neon b/core/phpstan-baseline.neon index 8a040d875f..5889ab39b7 100644 --- a/core/phpstan-baseline.neon +++ b/core/phpstan-baseline.neon @@ -1488,11 +1488,6 @@ parameters: count: 1 path: modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php - - - message: "#^Access to an undefined property Drupal\\\\error_service_test\\\\MonkeysInTheControlRoom\\:\\:\\$settings\\.$#" - count: 2 - path: modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php - - message: "#^Result of function usleep \\(void\\) is used\\.$#" count: 1