1
0
Fork 0

More fixes for php8.1 deprecations

pull/10017/head
Jordi Boggiano 2021-07-22 12:42:01 +02:00
parent a7efb27338
commit 2be03f0d60
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
"composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^2.0",
"justinrainbow/json-schema": "^5.2.10",
"justinrainbow/json-schema": "^5.2.11",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",

2
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": "bff3f5b355e45125612dff36a8f71737",
"content-hash": "dfe550a024c0c2bb0784765e457968af",
"packages": [
{
"name": "composer/ca-bundle",

View File

@ -53,7 +53,7 @@ class ErrorHandler
if (self::$io) {
// ignore symfony/* deprecation warnings about return types
if (preg_match('{^Return type of Symfony\\Component\\.*ReturnTypeWillChange}', $message)) {
if (preg_match('{^Return type of Symfony\\\\.*ReturnTypeWillChange}is', $message)) {
return true;
}