From 1ceb2edf9c3f6f03a30b13aaa771d87761621eb7 Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Thu, 19 Oct 2023 14:49:56 +0200 Subject: [PATCH] Issue #3394252 by Spokje: Bump drupal/coder to latest to make daily "updated deps" QA run pass again --- composer.lock | 16 ++++++++-------- .../PinnedDevDependencies/composer.json | 2 +- .../ClientConnectionTransactionState.php | 5 ----- .../Core/Database/Transaction/StackItemType.php | 5 ----- core/modules/sdc/src/ExtensionType.php | 5 ----- 5 files changed, 9 insertions(+), 24 deletions(-) diff --git a/composer.lock b/composer.lock index 37afa35eb3e9..18e4389daf98 100644 --- a/composer.lock +++ b/composer.lock @@ -5189,30 +5189,30 @@ }, { "name": "drupal/coder", - "version": "8.3.18", + "version": "8.3.22", "source": { "type": "git", "url": "https://github.com/pfrenssen/coder.git", - "reference": "d5911f812b69ca3bda5524899bdd06b3b4e687ff" + "reference": "ba6e62303d567863275fb086941f50a06dc7d08f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pfrenssen/coder/zipball/d5911f812b69ca3bda5524899bdd06b3b4e687ff", - "reference": "d5911f812b69ca3bda5524899bdd06b3b4e687ff", + "url": "https://api.github.com/repos/pfrenssen/coder/zipball/ba6e62303d567863275fb086941f50a06dc7d08f", + "reference": "ba6e62303d567863275fb086941f50a06dc7d08f", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0", "ext-mbstring": "*", - "php": ">=7.1", + "php": ">=7.2", "sirbrillig/phpcs-variable-analysis": "^2.11.7", - "slevomat/coding-standard": "^7.0 || ^8.0", + "slevomat/coding-standard": "^8.11", "squizlabs/php_codesniffer": "^3.7.1", "symfony/yaml": ">=3.4.0" }, "require-dev": { "phpstan/phpstan": "^1.7.12", - "phpunit/phpunit": "^7.0 || ^8.0" + "phpunit/phpunit": "^8.0" }, "type": "phpcodesniffer-standard", "autoload": { @@ -5236,7 +5236,7 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2023-04-18T12:07:59+00:00" + "time": "2023-10-15T09:55:50+00:00" }, { "name": "google/protobuf", diff --git a/composer/Metapackage/PinnedDevDependencies/composer.json b/composer/Metapackage/PinnedDevDependencies/composer.json index 051e7fc22b4b..7b3931e62c46 100644 --- a/composer/Metapackage/PinnedDevDependencies/composer.json +++ b/composer/Metapackage/PinnedDevDependencies/composer.json @@ -21,7 +21,7 @@ "composer/xdebug-handler": "3.0.3", "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0", "doctrine/instantiator": "2.0.0", - "drupal/coder": "8.3.18", + "drupal/coder": "8.3.22", "google/protobuf": "v3.23.3", "instaclick/php-webdriver": "1.4.16", "justinrainbow/json-schema": "5.2.12", diff --git a/core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php b/core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php index 34712f2df4a8..db27b1e3e56b 100644 --- a/core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php +++ b/core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Enumeration of the possible states of a client connection transaction. - */ - declare(strict_types=1); namespace Drupal\Core\Database\Transaction; diff --git a/core/lib/Drupal/Core/Database/Transaction/StackItemType.php b/core/lib/Drupal/Core/Database/Transaction/StackItemType.php index 33cfb07fac58..0a786d3fecea 100644 --- a/core/lib/Drupal/Core/Database/Transaction/StackItemType.php +++ b/core/lib/Drupal/Core/Database/Transaction/StackItemType.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Enumeration of the types of items in the Drupal transaction stack. - */ - declare(strict_types=1); namespace Drupal\Core\Database\Transaction; diff --git a/core/modules/sdc/src/ExtensionType.php b/core/modules/sdc/src/ExtensionType.php index 2d11682ea889..40ca8f59a8d5 100644 --- a/core/modules/sdc/src/ExtensionType.php +++ b/core/modules/sdc/src/ExtensionType.php @@ -1,10 +1,5 @@ <?php -/** - * @file - * Enum for supported extension types. - */ - namespace Drupal\sdc; /** -- GitLab