Unverified Commit 70115f89 authored by Sergei Morozov's avatar Sergei Morozov

Merge branch '2.10.x' into 2.11.x

parents 7addd996 422f23a7
...@@ -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": "7af1f79b47b4447cad74042f76b3dc10", "content-hash": "96af831c0d8835949c93dc63c83da332",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -1358,16 +1358,16 @@ ...@@ -1358,16 +1358,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": {
...@@ -1410,7 +1410,7 @@ ...@@ -1410,7 +1410,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",
...@@ -2739,16 +2739,16 @@ ...@@ -2739,16 +2739,16 @@
}, },
{ {
"name": "slevomat/coding-standard", "name": "slevomat/coding-standard",
"version": "6.3.8", "version": "6.3.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slevomat/coding-standard.git", "url": "https://github.com/slevomat/coding-standard.git",
"reference": "500f55b5e2dee1dcef8e88f2038990acdba29f1c" "reference": "58fa5ea2c048357ae55185eb5e93ca2826fffde0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/500f55b5e2dee1dcef8e88f2038990acdba29f1c", "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/58fa5ea2c048357ae55185eb5e93ca2826fffde0",
"reference": "500f55b5e2dee1dcef8e88f2038990acdba29f1c", "reference": "58fa5ea2c048357ae55185eb5e93ca2826fffde0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2792,7 +2792,7 @@ ...@@ -2792,7 +2792,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-27T06:28:47+00:00" "time": "2020-06-22T11:33:09+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
......
...@@ -46,9 +46,6 @@ parameters: ...@@ -46,9 +46,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