diff --git a/composer.lock b/composer.lock index 37afa35eb3e9e9bb02f872027e9760df0bdd5b0b..18e4389daf981b0c83814e7d705df88e3c41bb00 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 051e7fc22b4b204720c27f8baad3f2a037543dc0..7b3931e62c4603829062c12dd2a1979386a9ac9a 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 34712f2df4a85aba01e4cc48981f62f58c68eef8..db27b1e3e56b8d6723763069a3a5afbc48bec972 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 33cfb07fac58ee4591db23ca169f0c8ddaa811bd..0a786d3fecea73c321f51d6a2fd5efaef4929849 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 2d11682ea8895c15b0ae2dca597e42cafb1eeb76..40ca8f59a8d55c33b4bfccff0e2c1f5a63f55691 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; /**