Skip to content

Commit

Permalink
Merge c0c6f49 into 7b61ef7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Malusev committed Aug 27, 2019
2 parents 7b61ef7 + c0c6f49 commit dbddd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ composer.lock
.php_cs.cache
vendor/
src/Bundle/JoseFramework/var/
.idea/
2 changes: 1 addition & 1 deletion src/Component/Core/JWKSet.php
Expand Up @@ -41,7 +41,7 @@ public function __construct(array $keys)
unset($keys[$k]);
$this->keys[$key->get('kid')] = $key;
} else {
$this->keys[] = $key;
$this->keys[$k] = $key;
}
}
}
Expand Down

0 comments on commit dbddd25

Please sign in to comment.