diff --git a/core/phpstan-baseline.neon b/core/phpstan-baseline.neon index 5be37645bf6..b374ad04031 100644 --- a/core/phpstan-baseline.neon +++ b/core/phpstan-baseline.neon @@ -1733,11 +1733,6 @@ parameters: count: 2 path: modules/user/src/Controller/UserController.php - - - message: "#^Method Drupal\\\\user\\\\Entity\\\\User\\:\\:setExistingPassword\\(\\) should return \\$this\\(Drupal\\\\user\\\\Entity\\\\User\\) but return statement is missing\\.$#" - count: 1 - path: modules/user/src/Entity/User.php - - message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#" count: 2