Fixed coding style.

This commit is contained in:
Jan Böhmer 2020-03-15 13:56:31 +01:00
parent 24939f2342
commit fd61c8d9e2
129 changed files with 962 additions and 1091 deletions

146
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6ebc8e9705e901be6f00f9f6418cf900",
"content-hash": "fd11975fb4135f47bdb119fec531a868",
"packages": [
{
"name": "beberlei/assert",
@ -2573,6 +2573,51 @@
],
"time": "2019-11-06T19:20:29+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "php-http/discovery",
"version": "1.7.4",
@ -6143,6 +6188,64 @@
"description": "A pack for the Doctrine ORM",
"time": "2020-02-10T18:03:48+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.14-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2020-01-13T11:15:53+00:00"
},
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.14.0",
@ -11379,16 +11482,16 @@
},
{
"name": "symplify/easy-coding-standard",
"version": "v7.2.0",
"version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/Symplify/EasyCodingStandard.git",
"reference": "efa1b57dd454af4d250d8ecd5aacca19a174a3ed"
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "9dfbfc09994310ca43cec24ca86044aae7a5fe47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/efa1b57dd454af4d250d8ecd5aacca19a174a3ed",
"reference": "efa1b57dd454af4d250d8ecd5aacca19a174a3ed",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/9dfbfc09994310ca43cec24ca86044aae7a5fe47",
"reference": "9dfbfc09994310ca43cec24ca86044aae7a5fe47",
"shasum": ""
},
"require": {
@ -11409,16 +11512,19 @@
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"symplify/auto-bind-parameter": "^7.2",
"symplify/autowire-array-parameter": "^7.2",
"symplify/coding-standard": "^7.2",
"symplify/package-builder": "^7.2",
"symplify/set-config-resolver": "^7.2",
"symplify/smart-file-system": "^7.2"
"symplify/auto-bind-parameter": "^7.2.3",
"symplify/autowire-array-parameter": "^7.2.3",
"symplify/coding-standard": "^7.2.3",
"symplify/package-builder": "^7.2.3",
"symplify/set-config-resolver": "^7.2.3",
"symplify/smart-file-system": "^7.2.3"
},
"replace": {
"symfony/polyfill-php70": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symplify/easy-coding-standard-tester": "^7.2"
"phpunit/phpunit": "^8.5|^9.0",
"symplify/easy-coding-standard-tester": "^7.2.3"
},
"bin": [
"bin/ecs"
@ -11426,16 +11532,16 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.2-dev"
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\EasyCodingStandard\\": "src",
"Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/ChangedFilesDetector/src",
"Symplify\\EasyCodingStandard\\Configuration\\": "packages/Configuration/src",
"Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/FixerRunner/src",
"Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/SniffRunner/src"
"Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/changed-files-detector/src",
"Symplify\\EasyCodingStandard\\Configuration\\": "packages/configuration/src",
"Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/fixer-runner/src",
"Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/sniff-runner/src"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -11443,7 +11549,7 @@
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
"time": "2020-01-05T09:25:47+00:00"
"time": "2020-02-27T16:45:59+00:00"
},
{
"name": "symplify/package-builder",