Skip to content

feat(cryptography): introduce cryptography component #2133

feat(cryptography): introduce cryptography component

feat(cryptography): introduce cryptography component #2133

Triggered via pull request July 3, 2025 19:59
Status Failure
Total duration 37s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
32s
Run style check
Run static analysis: PHPStan
32s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/Cryptography/EncrypterTest.php#L34
Parameter $key of class Tempest\Cryptography\Signing\SigningConfig constructor expects non-empty-string, Tempest\Cryptography\Encryption\EncryptionKey given.
Run static analysis: PHPStan: tests/Integration/Cryptography/EncrypterTest.php#L29
Parameter $key of class Tempest\Cryptography\Encryption\EncryptionConfig constructor expects non-empty-string, Tempest\Cryptography\Encryption\EncryptionKey given.
strictness/require-strict-behavior: packages/cryptography/tests/Encryption/EncryptionTest.php#L51
Call to `base64_decode` must enforce strict comparison. Help: Call the function `base64_decode` with the `$strict` parameter set to `true`.
strictness/require-strict-behavior: packages/cryptography/src/Encryption/EncryptedData.php#L44
Call to `base64_decode` must enforce strict comparison. Help: Call the function `base64_decode` with the `$strict` parameter set to `true`.
strictness/require-strict-behavior: packages/cryptography/src/Encryption/EncryptedData.php#L43
Call to `base64_decode` must enforce strict comparison. Help: Call the function `base64_decode` with the `$strict` parameter set to `true`.
strictness/require-strict-behavior: packages/cryptography/src/Encryption/EncryptedData.php#L42
Call to `base64_decode` must enforce strict comparison. Help: Call the function `base64_decode` with the `$strict` parameter set to `true`.
strictness/require-strict-behavior: packages/cryptography/src/Encryption/EncryptedData.php#L35
Call to `base64_decode` must enforce strict comparison. Help: Call the function `base64_decode` with the `$strict` parameter set to `true`.