From 844a1310285011e78091d26b55392a784bd322bc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 25 Feb 2021 23:34:58 +0100 Subject: [PATCH] Update phpstan [ci skip] Ref: https://github.com/phpstan/phpstan/issues/4579 Signed-off-by: William Desportes --- composer.json | 2 +- phpstan-baseline.neon | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c074d95f55..8eb9dd33af 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "php-webdriver/webdriver": "^1.8", "phpmyadmin/coding-standard": "^2.1.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^0.12.78", + "phpstan/phpstan": "^0.12.79", "phpstan/phpstan-phpunit": "^0.12.17", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "pragmarx/google2fa-qrcode": "^1.0.1", diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6b0aa6fa5c..b3474b56f2 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1015,11 +1015,6 @@ parameters: count: 1 path: libraries/classes/InsertEdit.php - - - message: "#^Cannot call method getInputHtml\\(\\) on class\\-string\\|object\\.$#" - count: 1 - path: libraries/classes/InsertEdit.php - - message: "#^Cannot call method getScripts\\(\\) on class\\-string\\|object\\.$#" count: 1