Issue #3330305 by Spokje, mondrake: Fix failing "updated deps" test-runs by upping mglaman/phpstan-drupal to latest

merge-requests/3231/head
Alex Pott 2023-01-03 12:00:27 +00:00
parent 19131be388
commit f175081b1f
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
6 changed files with 273 additions and 117 deletions

View File

@ -21,7 +21,7 @@
"composer/composer": "^2.4",
"drupal/coder": "^8.3.10",
"instaclick/php-webdriver": "^1.4.1",
"mglaman/phpstan-drupal": "^1.1.25",
"mglaman/phpstan-drupal": "^1.1.26",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.5",
"phpspec/prophecy-phpunit": "^2",

16
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "95e0fc7335ccd862d00d13f9fb069b08",
"content-hash": "e6addf00588106d8ec7218b137c26c1c",
"packages": [
{
"name": "asm89/stack-cors",
@ -5106,21 +5106,21 @@
},
{
"name": "mglaman/phpstan-drupal",
"version": "1.1.25",
"version": "1.1.26",
"source": {
"type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git",
"reference": "480245d5d0bd1858e01c43d738718dab85be0ad2"
"reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2",
"reference": "480245d5d0bd1858e01c43d738718dab85be0ad2",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/5e8b527e4d9b9f23f37eac727b31aeff278bbe43",
"reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.6.0",
"phpstan/phpstan": "^1.9.0",
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"webflo/drupal-finder": "^1.2"
@ -5190,7 +5190,7 @@
"description": "Drupal extension and rules for PHPStan",
"support": {
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.25"
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.26"
},
"funding": [
{
@ -5206,7 +5206,7 @@
"type": "tidelift"
}
],
"time": "2022-07-18T17:17:55+00:00"
"time": "2022-12-22T14:42:15+00:00"
},
{
"name": "mikey179/vfsstream",

View File

@ -14,7 +14,7 @@
"drupal/coder": "^8.3.10",
"instaclick/php-webdriver": "^1.4.1",
"justinrainbow/json-schema": "^5.2",
"mglaman/phpstan-drupal": "^1.1.25",
"mglaman/phpstan-drupal": "^1.1.26",
"mikey179/vfsstream": "^1.6.11",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1",

View File

@ -23,7 +23,7 @@
"drupal/coder": "8.3.16",
"instaclick/php-webdriver": "1.4.16",
"justinrainbow/json-schema": "5.2.12",
"mglaman/phpstan-drupal": "1.1.25",
"mglaman/phpstan-drupal": "1.1.26",
"mikey179/vfsstream": "v1.6.11",
"myclabs/deep-copy": "1.11.0",
"nikic/php-parser": "v4.15.2",

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,3 @@ parameters:
- "#^Missing cache backend declaration for performance.#"
- "#cache tag might be unclear and does not contain the cache key in it.#"
- "#^Class .* extends @internal class#"
# This check was ignored on purpose until the issues with it, which started in version 1.1.15, are solved.
# @see https://www.drupal.org/node/3280328
- "#^Missing explicit access check on entity query.#"