phpstan improvements (#3092)

This commit is contained in:
Kevin Papst
2022-01-23 15:49:38 +01:00
committed by GitHub
parent 9047e9e785
commit 9e320674c1
42 changed files with 124 additions and 118 deletions

34
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": "3e985073360a85ce7e4f13f550b1da94",
"content-hash": "5dde0b8628ebb8a37360ca2726f224df",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -11778,16 +11778,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.4.0",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "72b04d97b5e6e60a081f17c416fef35bd521120b"
"reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/72b04d97b5e6e60a081f17c416fef35bd521120b",
"reference": "72b04d97b5e6e60a081f17c416fef35bd521120b",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8",
"reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8",
"shasum": ""
},
"require": {
@@ -11818,7 +11818,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.4.0"
"source": "https://github.com/phpstan/phpstan/tree/1.4.2"
},
"funding": [
{
@@ -11838,25 +11838,25 @@
"type": "tidelift"
}
],
"time": "2022-01-14T15:58:47+00:00"
"time": "2022-01-18T16:09:11+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.0.4",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "251d9556737b01ec9bb01afa540550de04fa595b"
"reference": "16cb23af853014620473a0c72d188cf76b9a9401"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/251d9556737b01ec9bb01afa540550de04fa595b",
"reference": "251d9556737b01ec9bb01afa540550de04fa595b",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/16cb23af853014620473a0c72d188cf76b9a9401",
"reference": "16cb23af853014620473a0c72d188cf76b9a9401",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^1.3"
"phpstan/phpstan": "^1.4.1"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -11869,11 +11869,11 @@
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.13.7",
"doctrine/dbal": "^2.13.7 || ^3.0",
"doctrine/lexer": "^1.2.1",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.11.0",
"doctrine/persistence": "^1.1 || ^2.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
"nesbot/carbon": "^2.49",
"nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -11886,7 +11886,7 @@
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.2-dev"
},
"phpstan": {
"includes": [
@@ -11907,9 +11907,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.0.4"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.2.3"
},
"time": "2022-01-16T07:46:10+00:00"
"time": "2022-01-23T12:35:08+00:00"
},
{
"name": "phpstan/phpstan-phpunit",