Skip to content
Snippets Groups Projects

Issue #3356052: KeyProviderInterface::getKeyValue() doesn't always return a string

Open Issue #3356052: KeyProviderInterface::getKeyValue() doesn't always return a string
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
92 92 /**
93 93 * {@inheritdoc}
94 94 */
95 public function getKeyValue(KeyInterface $key) {
95 public function getKeyValue(KeyInterface $key): ?string {
  • Pravin Gaikwad added 1 commit

    added 1 commit

    • b979868f - Adding return types in all interfaces.

    Compare with previous version

  • Pravin Gaikwad added 1 commit

    added 1 commit

    • be44b9de - Revert "Adding return types in all interfaces."

    Compare with previous version

  • Please register or sign in to reply
    Loading