From 3167b1dc4b1dd4763c4b05754747113ec6af4633 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 11 Dec 2023 12:16:48 +0100 Subject: [PATCH] Use newer coding standard (#7534) * use newer coding standard * fix phpcs --- composer.json | 2 +- phpcs.xml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e21809d5a0..46d7dda060 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "psr/simple-cache": "^1.0.1", "matthiasmullie/scrapbook": "^1.4.7", "phpstan/phpstan": "^1.10.44", - "mayflower/mo4-coding-standard": "^v8.0.0", + "mayflower/mo4-coding-standard": "^v9.0.0", "symfony/yaml": "^5.1.7" }, "suggest": { diff --git a/phpcs.xml b/phpcs.xml index 5f3fea36f2..1e17a225c7 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -8,9 +8,17 @@ - - - + + + + + + + + + + + @@ -58,9 +66,9 @@ - + - +