PR review fix

This commit is contained in:
Matej Bačo 2025-12-19 12:26:15 +01:00
parent 6f16b56f31
commit 1c3f778da9

View file

@ -104,7 +104,7 @@ class Key
public static function decode(
Document $project,
string $key
): static {
) {
if (\str_contains($key, '_')) {
[$type, $secret] = \explode('_', $key, 2);
} else {