From c84b132b22b3364481bfffe517ce13a19f3ef437 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 26 Jun 2021 14:38:08 +0200 Subject: [PATCH] fix phpstan/phpcs --- Admin/Installer.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 6c9d177..fe5b4c7 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -35,7 +35,7 @@ final class Installer extends InstallerAbstract * Install data from providing modules. * * @param ApplicationAbstract $app Application - * @param array $data Module info + * @param array $data Additional data * * @return array * diff --git a/composer.json b/composer.json index 8f2fb6d..7ad134b 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require-dev": { "phpunit/phpunit": ">=9.4", - "friendsofphp/php-cs-fixer": ">=2.18", + "friendsofphp/php-cs-fixer": ">=3.0", "squizlabs/php_codesniffer": ">=3.5", "phpmd/phpmd": ">=2.9", "phpstan/phpstan": ">=0.12.58",