Use named parameters for more legible code

Close #40
This commit is contained in:
2025-02-24 16:28:36 +01:00
parent 8f67d9b04d
commit 6e01abc74f
9 changed files with 583 additions and 1192 deletions

View File

@@ -1,13 +1,13 @@
{
"require": {
"phpmailer/phpmailer": "^6.1",
"phpunit/phpunit": "^9.4",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-strict-rules": "^1.4",
"ergebnis/phpstan-rules": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"spaze/phpstan-disallowed-calls": "^2.9",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.2"
"phpmailer/phpmailer": "*",
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"phpstan/phpstan-strict-rules": "*",
"ergebnis/phpstan-rules": "*",
"phpstan/phpstan-deprecation-rules": "*",
"spaze/phpstan-disallowed-calls": "*",
"thecodingmachine/phpstan-strict-rules": "*",
"phpstan/phpstan-phpunit": "*"
}
}