Update dependencies and CI/CD #564
integrate.yml
on: pull_request
3️⃣ Static Analysis
55s
4️⃣ Coding Standards
1m 6s
5️⃣ Check licenses
43s
6️⃣ Rector Checkstyle
1m 13s
7️⃣ Exported files
3s
Matrix: 2️⃣ Unit and functional tests
Annotations
13 errors
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/KeyConverter.php#L224
Implicit array creation is not allowed - variable $opensslmessages might not exist.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/KeyConverter.php#L225
Parameter #2 $code of class InvalidArgumentException constructor expects int, array<string, array<int, string>> given.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/KeyConverter.php#L225
Variable $opensslmessages might not be defined.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L78
Implicit array creation is not allowed - variable $opensslmessages might not exist.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L79
Parameter #2 $code of class InvalidArgumentException constructor expects int, array<string, array<int, string>> given.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L79
Variable $opensslmessages might not be defined.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L85
Implicit array creation is not allowed - variable $opensslmessages might not exist.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L86
Parameter #2 $code of class InvalidArgumentException constructor expects int, array<string, array<int, string>> given.
|
3️⃣ Static Analysis:
src/Library/KeyManagement/KeyConverter/RSAKey.php#L86
Variable $opensslmessages might not be defined.
|
3️⃣ Static Analysis
Process completed with exit code 1.
|
4️⃣ Coding Standards
Process completed with exit code 1.
|
2️⃣ Unit and functional tests (ubuntu-latest, 8.3, highest)
Process completed with exit code 1.
|
6️⃣ Rector Checkstyle
Process completed with exit code 1.
|