From d8b9ceb417481b2e9d3ddd617c09d3ffd45d619f Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 8 Jan 2024 12:54:45 +0100 Subject: [PATCH] [TASK] Show deprecations in PHP lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39625b31..57526cd6 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "@analyze:php", "@lint:xml" ], - "lint:php": "parallel-lint --exclude bin --exclude vendor --exclude web .", + "lint:php": "parallel-lint --show-deprecated --exclude bin --exclude vendor --exclude web .", "lint:style": "phpcs", "lint:xml": "xmllint --pattern '*.xlf,*.svg' Resources --ansi", "test": [