Skip to content

Commit c4c215a

Browse files
authored
Apply fixes from StyleCI (#54)
[ci skip] [skip ci]
1 parent 44c199d commit c4c215a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
interface KeyEncryptionAlgorithm extends Algorithm
2222
{
2323
public const MODE_DIRECT = 'dir';
24+
2425
public const MODE_ENCRYPT = 'enc';
26+
2527
public const MODE_WRAP = 'wrap';
28+
2629
public const MODE_AGREEMENT = 'agree';
2730

2831
/**

src/Component/KeyManagement/KeyAnalyzer/Message.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ final class Message implements \JsonSerializable
2929
private $severity;
3030

3131
public const SEVERITY_LOW = 'low';
32+
3233
public const SEVERITY_MEDIUM = 'medium';
34+
3335
public const SEVERITY_HIGH = 'high';
3436

3537
/**

0 commit comments

Comments
 (0)