Unverified Commit f55bdb45 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #4116 from morozov/phpstan-0.12.31

Update PHPStan to 0.12.31
parents 9daede40 d6bce9e8
...@@ -4,7 +4,7 @@ ...@@ -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": "f636004536741040e603f9f76802dc11", "content-hash": "dec9fb0cafafeca81a6e257452a8d7e2",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -1349,16 +1349,16 @@ ...@@ -1349,16 +1349,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.30", "version": "0.12.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "1f2c16d3fbb5eec6e55fbe2358e32570cefa20e5" "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1f2c16d3fbb5eec6e55fbe2358e32570cefa20e5", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/776c8056b401e1b67f277b9e9fb334d1a274671d",
"reference": "1f2c16d3fbb5eec6e55fbe2358e32570cefa20e5", "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1401,7 +1401,7 @@ ...@@ -1401,7 +1401,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-21T14:08:19+00:00" "time": "2020-06-24T20:55:29+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
......
...@@ -42,9 +42,6 @@ parameters: ...@@ -42,9 +42,6 @@ parameters:
# weird class name, represented in stubs as OCI_(Lob|Collection) # weird class name, represented in stubs as OCI_(Lob|Collection)
- '~unknown class OCI-(Lob|Collection)~' - '~unknown class OCI-(Lob|Collection)~'
# https://github.com/phpstan/phpstan-src/pull/255
- '~^Method Doctrine\\DBAL\\Driver\\Mysqli\\MysqliStatement::_fetch\(\) never returns null so it can be removed from the return typehint\.$~'
# The ReflectionException in the case when the class does not exist is acceptable and does not need to be handled # The ReflectionException in the case when the class does not exist is acceptable and does not need to be handled
- '~^Parameter #1 \$argument of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given\.$~' - '~^Parameter #1 \$argument of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given\.$~'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment