From 3b5bc03a99cdcc7eea62215bdb95e3f327152251 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 31 Jan 2022 20:40:53 +0100 Subject: [PATCH] Update phpstan-baseline.neon (#7718) --- phpstan-baseline.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 94a7ea85ec..4152e517ca 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -21,6 +21,3 @@ parameters: - # Generic with intersection is buggy https://github.com/phpstan/phpstan/issues/5336 message: '#Sonata\\AdminBundle\\Datagrid\\(Datagrid|PagerInterface)#' path: tests/Datagrid/DatagridTest.php - - # https://github.com/phpstan/phpstan/issues/5893 - message: '#^Parameter \#1 \$object of static method Doctrine\\Common\\Util\\ClassUtils\:\:getClass\(\) expects Doctrine\\Persistence\\Proxy\\|T of object, T of object|T of object given\.$#' - path: src/Admin/AbstractAdmin.php