fix phpstan/phpcs

This commit is contained in:
Dennis Eichhorn 2021-06-26 14:38:08 +02:00
parent ebfcc06911
commit c84b132b22
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

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