1
0
Fork 0

Update to PHPStan 1.4.1 (#10466)

pull/10477/head
Ondřej Mirtes 2022-01-21 10:21:09 +01:00 committed by GitHub
parent cd34886e9d
commit a943aacd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 9 deletions

View File

@ -41,7 +41,7 @@
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "^6.0", "symfony/phpunit-bridge": "^6.0",
"phpstan/phpstan": "^1.4.0", "phpstan/phpstan": "^1.4.1",
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-strict-rules": "^1" "phpstan/phpstan-strict-rules": "^1"

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cb27eeddb876abfa8b15747d9fc568f0", "content-hash": "36248b1f2f20c084208c57c0758261e8",
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -1798,16 +1798,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.4.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "72b04d97b5e6e60a081f17c416fef35bd521120b" "reference": "5bd02c86beb4c024dd4662b6443f5d5332a0ae12"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/72b04d97b5e6e60a081f17c416fef35bd521120b", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5bd02c86beb4c024dd4662b6443f5d5332a0ae12",
"reference": "72b04d97b5e6e60a081f17c416fef35bd521120b", "reference": "5bd02c86beb4c024dd4662b6443f5d5332a0ae12",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1838,7 +1838,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "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.1"
}, },
"funding": [ "funding": [
{ {
@ -1858,7 +1858,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-14T15:58:47+00:00" "time": "2022-01-17T16:35:17+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",

View File

@ -2982,7 +2982,12 @@ parameters:
- -
message: "#^Casting to int something that's already int\\.$#" message: "#^Casting to int something that's already int\\.$#"
count: 2 count: 1
path: ../src/Composer/DependencyResolver/Solver.php
-
message: "#^Casting to int\\<min, 0\\>\\|int\\<2, max\\> something that's already int\\<min, 0\\>\\|int\\<2, max\\>\\.$#"
count: 1
path: ../src/Composer/DependencyResolver/Solver.php path: ../src/Composer/DependencyResolver/Solver.php
- -