Bump actions/upload-artifact from 4.5.0 to 4.6.0 #639
integrate.yml
on: pull_request
3️⃣ Static Analysis
35s
4️⃣ Coding Standards
38s
5️⃣ Check licenses
27s
6️⃣ Rector Checkstyle
57s
7️⃣ Exported files
2s
Matrix: 2️⃣ Unit and functional tests
Annotations
8 errors
3️⃣ Static Analysis:
src/Experimental/ContentEncryption/AESCCM.php#L1
Ignored error pattern #^Parameter &\$tag by\-ref type of method Jose\\Experimental\\ContentEncryption\\AESCCM\:\:encryptContent\(\) expects string\|null, mixed given\.$# (parameterByRef.type) in path /home/runner/work/jwt-framework/jwt-framework/src/Experimental/ContentEncryption/AESCCM.php was not matched in reported errors.
|
3️⃣ Static Analysis:
src/Experimental/KeyEncryption/Chacha20Poly1305.php#L55
Call to function is_string() with null will always evaluate to false.
|
3️⃣ Static Analysis:
src/Experimental/KeyEncryption/Chacha20Poly1305.php#L55
Result of || is always true.
|
3️⃣ Static Analysis:
src/Experimental/KeyEncryption/Chacha20Poly1305.php#L59
Unreachable statement - code above always terminates.
|
3️⃣ Static Analysis:
src/Library/Encryption/Algorithm/ContentEncryption/AESGCM.php#L1
Ignored error pattern #^Parameter &\$tag by\-ref type of method Jose\\Component\\Encryption\\Algorithm\\ContentEncryption\\AESGCM\:\:encryptContent\(\) expects string\|null, mixed given\.$# (parameterByRef.type) in path /home/runner/work/jwt-framework/jwt-framework/src/Library/Encryption/Algorithm/ContentEncryption/AESGCM.php was not matched in reported errors.
|
3️⃣ Static Analysis:
src/Library/Encryption/Algorithm/KeyEncryption/AESGCMKW.php#L1
Ignored error pattern #^Parameter \#1 \$src of static method Jose\\Component\\Core\\Util\\Base64UrlSafe\:\:encodeUnpadded\(\) expects string, mixed given\.$# (argument.type) in path /home/runner/work/jwt-framework/jwt-framework/src/Library/Encryption/Algorithm/KeyEncryption/AESGCMKW.php was not matched in reported errors.
|
3️⃣ Static Analysis:
src/Library/Encryption/Algorithm/KeyEncryption/AESGCMKW.php#L54
Parameter #1 $src of static method Jose\Component\Core\Util\Base64UrlSafe::encodeUnpadded() expects string, string|null given.
|
3️⃣ Static Analysis
Process completed with exit code 1.
|