Skip to content

Commit 984d034

Browse files
Proper whitespace
1 parent b8af65c commit 984d034

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

src/Chronicle/Handlers/Lookup.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
22
namespace ParagonIE\Chronicle\Handlers;
33

4-
use ParagonIE\Chronicle\{Chronicle,
4+
use ParagonIE\Chronicle\{
5+
Chronicle,
56
Exception\FilesystemException,
67
Exception\HashNotFound,
78
Exception\InvalidInstanceException,
8-
HandlerInterface};
9+
HandlerInterface
10+
};
911
use Psr\Http\Message\{
1012
RequestInterface,
1113
ResponseInterface

src/Chronicle/Handlers/Publish.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
namespace ParagonIE\Chronicle\Handlers;
33

44
use GuzzleHttp\Exception\GuzzleException;
5-
use ParagonIE\Chronicle\{Chronicle,
5+
use ParagonIE\Chronicle\{
6+
Chronicle,
67
Exception\BaseException,
78
Exception\ChainAppendException,
89
Exception\ClientNotFound,
910
Exception\FilesystemException,
1011
Exception\SecurityViolation,
1112
Exception\TargetNotFound,
1213
HandlerInterface,
13-
Scheduled};
14+
Scheduled
15+
};
1416
use ParagonIE\Sapient\CryptographyKeys\SigningPublicKey;
1517
use ParagonIE\Sapient\Exception\InvalidMessageException;
1618
use ParagonIE\Sapient\Sapient;

src/Chronicle/Handlers/Register.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
namespace ParagonIE\Chronicle\Handlers;
33

44
use GuzzleHttp\Exception\GuzzleException;
5-
use ParagonIE\Chronicle\{Chronicle,
5+
use ParagonIE\Chronicle\{
6+
Chronicle,
67
Exception\BaseException,
7-
Exception\ChainAppendException,
88
Exception\FilesystemException,
99
Exception\InvalidInstanceException,
1010
Exception\SecurityViolation,
1111
Exception\TargetNotFound,
1212
HandlerInterface,
13-
Scheduled};
13+
Scheduled
14+
};
1415
use ParagonIE\ConstantTime\Base64UrlSafe;
1516
use ParagonIE\Sapient\CryptographyKeys\SigningPublicKey;
1617
use ParagonIE\Sapient\Exception\InvalidMessageException;

src/Chronicle/Handlers/Replica.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
declare(strict_types=1);
33
namespace ParagonIE\Chronicle\Handlers;
44

5-
use ParagonIE\Chronicle\{Chronicle,
5+
use ParagonIE\Chronicle\{
6+
Chronicle,
67
Exception\FilesystemException,
78
Exception\InvalidInstanceException,
89
Exception\ReplicationSourceNotFound,
910
Exception\HashNotFound,
10-
HandlerInterface};
11+
HandlerInterface
12+
};
1113
use Psr\Http\Message\{
1214
RequestInterface,
1315
ResponseInterface

src/Chronicle/Handlers/Revoke.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
namespace ParagonIE\Chronicle\Handlers;
33

44
use GuzzleHttp\Exception\GuzzleException;
5-
use ParagonIE\Chronicle\{Chronicle,
5+
use ParagonIE\Chronicle\{
6+
Chronicle,
67
Exception\AccessDenied,
78
Exception\BaseException,
89
Exception\FilesystemException,
910
Exception\InvalidInstanceException,
1011
Exception\TargetNotFound,
1112
HandlerInterface,
12-
Scheduled};
13+
Scheduled
14+
};
1315
use ParagonIE\ConstantTime\Base64UrlSafe;
1416
use ParagonIE\Sapient\Exception\InvalidMessageException;
1517
use Psr\Http\Message\{

0 commit comments

Comments
 (0)