Bump nextcloud/coding-standard from 0.3.0 to 0.5.0

Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
dependabot[bot] 2021-01-11 14:42:10 +00:00 committed by Christoph Wurst
parent 5b76838245
commit 0de6d3862d
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 282 additions and 226 deletions

View File

@ -1,7 +1,7 @@
{
"require": {
"php": ">=7.2",
"nextcloud/coding-standard": "^0.3.0"
"nextcloud/coding-standard": "^0.5.0"
},
"require-dev": {
"christophwurst/nextcloud": "v20.0.4",

504
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ class Application extends App implements IBootstrap {
/**
* @param array $params
*/
public function __construct(array $params=[]) {
public function __construct(array $params = []) {
parent::__construct(self::APP_ID, $params);
}