Issue #3356052: KeyProviderInterface::getKeyValue() doesn't always return a string
Open
requested to merge issue/key-3356052:3356052-keyproviderinterfacegetkeyvalue-doesnt-always into 8.x-1.x
1 unresolved thread
Merge request reports
Activity
added 1 commit
added 12 commits
-
7810f079...4e0f58a3 - 11 commits from branch
project:8.x-1.x
- ad8b0416 - Issue #3356052: KeyProviderInterface::getKeyValue() doesn't always return a string
-
7810f079...4e0f58a3 - 11 commits from branch
92 92 /** 93 93 * {@inheritdoc} 94 94 */ 95 public function getKeyValue(KeyInterface $key) { 95 public function getKeyValue(KeyInterface $key): ?string { Also need to fix the same in https://git.drupalcode.org/project/key/-/blob/8.x-1.x/src/Plugin/KeyProviderInterface.php#L22
added 1 commit
- be44b9de - Revert "Adding return types in all interfaces."
Please register or sign in to reply