Skip to content

Commit 0f708c8

Browse files
authored
Apply fixes from StyleCI (#49)
[ci skip] [skip ci]
1 parent 1a86c54 commit 0f708c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function getEnv($prefix, $name, \Closure $getEnv)
3838
public static function getProvidedTypes()
3939
{
4040
return [
41-
'jwk' => 'string',
41+
'jwk' => 'string',
4242
'jwkset' => 'string',
4343
];
4444
}

0 commit comments

Comments
 (0)