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",