add event payload cryptographer for personal data #2601
Annotations
10 errors and 1 warning
psalm:
src/Cryptography/Cipher/OpensslCipherKeyFactory.php#L25
src/Cryptography/Cipher/OpensslCipherKeyFactory.php:25:13: ArgumentTypeCoercion: Argument 1 of Patchlevel\EventSourcing\Cryptography\Cipher\CipherKey::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
psalm:
src/Cryptography/Cipher/OpensslCipherKeyFactory.php#L26
src/Cryptography/Cipher/OpensslCipherKeyFactory.php:26:13: ArgumentTypeCoercion: Argument 2 of Patchlevel\EventSourcing\Cryptography\Cipher\CipherKey::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
psalm:
src/Cryptography/Cipher/OpensslCipherKeyFactory.php#L27
src/Cryptography/Cipher/OpensslCipherKeyFactory.php:27:13: ArgumentTypeCoercion: Argument 3 of Patchlevel\EventSourcing\Cryptography\Cipher\CipherKey::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L91
src/Cryptography/DefaultEventPayloadCryptographer.php:91:17: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L96
src/Cryptography/DefaultEventPayloadCryptographer.php:96:17: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L98
src/Cryptography/DefaultEventPayloadCryptographer.php:98:21: MixedArgument: Argument 2 of Patchlevel\EventSourcing\Cryptography\Cipher\Cipher::decrypt cannot be mixed, expecting string (see https://psalm.dev/030)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L101
src/Cryptography/DefaultEventPayloadCryptographer.php:101:17: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L112
src/Cryptography/DefaultEventPayloadCryptographer.php:112:61: MixedInferredReturnType: Could not verify return type 'null|string' for Patchlevel\EventSourcing\Cryptography\DefaultEventPayloadCryptographer::subjectId (see https://psalm.dev/047)
|
psalm:
src/Cryptography/DefaultEventPayloadCryptographer.php#L120
src/Cryptography/DefaultEventPayloadCryptographer.php:120:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
psalm:
src/Cryptography/Store/DoctrineCipherKeyStore.php#L43
src/Cryptography/Store/DoctrineCipherKeyStore.php:43:13: ArgumentTypeCoercion: Argument 1 of Patchlevel\EventSourcing\Cryptography\Cipher\CipherKey::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading