parent
8f67d9b04d
commit
6e01abc74f
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"phpmailer/phpmailer": "^6.1",
|
"phpmailer/phpmailer": "*",
|
||||||
"phpunit/phpunit": "^9.4",
|
"phpunit/phpunit": "*",
|
||||||
"phpstan/phpstan": "^1.9",
|
"phpstan/phpstan": "*",
|
||||||
"phpstan/phpstan-strict-rules": "^1.4",
|
"phpstan/phpstan-strict-rules": "*",
|
||||||
"ergebnis/phpstan-rules": "^1.0",
|
"ergebnis/phpstan-rules": "*",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
"phpstan/phpstan-deprecation-rules": "*",
|
||||||
"spaze/phpstan-disallowed-calls": "^2.9",
|
"spaze/phpstan-disallowed-calls": "*",
|
||||||
"thecodingmachine/phpstan-strict-rules": "^1.0",
|
"thecodingmachine/phpstan-strict-rules": "*",
|
||||||
"phpstan/phpstan-phpunit": "^1.2"
|
"phpstan/phpstan-phpunit": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?66b3e80ea9ddf" />
|
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?67bc901d7b393" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<meta name="theme-color" content="#aa4400" />
|
<meta name="theme-color" content="#aa4400" />
|
||||||
|
|
||||||
@ -27,7 +27,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="loading">
|
<body class="loading">
|
||||||
|
|
||||||
<script src="assets/js/csvxmlV2.min.js?66b3e80ea9de1" type="text/javascript" async></script>
|
<script src="assets/js/csvxmlV2.min.js?67bc901d7b395" type="text/javascript" async></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -32,9 +32,9 @@ final class FieldEntry {
|
|||||||
* @param string $explica Explanation.
|
* @param string $explica Explanation.
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
bool $required, array $allowedValues,
|
bool $required = false, array $allowedValues = [],
|
||||||
array $dependsOn, string $remark,
|
array $dependsOn = [], string $remark = "",
|
||||||
string $name_human_readable, string $explica
|
string $name_human_readable = "", string $explica = ""
|
||||||
) {
|
) {
|
||||||
$this->required = $required;
|
$this->required = $required;
|
||||||
$this->allowedValues = $allowedValues;
|
$this->allowedValues = $allowedValues;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user