From 47646d690553aeab0dcb7a2057b0320d2694adfd Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 1 Sep 2020 04:17:57 +0200 Subject: [PATCH 01/17] QA/CS: update PHPCSDevCS The new `1.1.x` version already includes a check for short array syntax, so we can remove that from our own ruleset. --- composer.json | 2 +- phpcs.xml.dist | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e8abe93..703095e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0", "php-parallel-lint/php-parallel-lint": "^1.0", "php-parallel-lint/php-console-highlighter": "^0.5", - "phpcsstandards/phpcsdevcs": "^1.0" + "phpcsstandards/phpcsdevcs": "^1.1.1" }, "bin": [ "bin/phpcs-check-feature-completeness" diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 6d60988..27496a6 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -44,9 +44,6 @@ - - -