Skip to content

Commit

Permalink
Proper whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Dec 18, 2018
1 parent b8af65c commit 984d034
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
6 changes: 4 additions & 2 deletions src/Chronicle/Handlers/Lookup.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
namespace ParagonIE\Chronicle\Handlers;

use ParagonIE\Chronicle\{Chronicle,
use ParagonIE\Chronicle\{
Chronicle,
Exception\FilesystemException,
Exception\HashNotFound,
Exception\InvalidInstanceException,
HandlerInterface};
HandlerInterface
};
use Psr\Http\Message\{
RequestInterface,
ResponseInterface
Expand Down
6 changes: 4 additions & 2 deletions src/Chronicle/Handlers/Publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
namespace ParagonIE\Chronicle\Handlers;

use GuzzleHttp\Exception\GuzzleException;
use ParagonIE\Chronicle\{Chronicle,
use ParagonIE\Chronicle\{
Chronicle,
Exception\BaseException,
Exception\ChainAppendException,
Exception\ClientNotFound,
Exception\FilesystemException,
Exception\SecurityViolation,
Exception\TargetNotFound,
HandlerInterface,
Scheduled};
Scheduled
};
use ParagonIE\Sapient\CryptographyKeys\SigningPublicKey;
use ParagonIE\Sapient\Exception\InvalidMessageException;
use ParagonIE\Sapient\Sapient;
Expand Down
7 changes: 4 additions & 3 deletions src/Chronicle/Handlers/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
namespace ParagonIE\Chronicle\Handlers;

use GuzzleHttp\Exception\GuzzleException;
use ParagonIE\Chronicle\{Chronicle,
use ParagonIE\Chronicle\{
Chronicle,
Exception\BaseException,
Exception\ChainAppendException,
Exception\FilesystemException,
Exception\InvalidInstanceException,
Exception\SecurityViolation,
Exception\TargetNotFound,
HandlerInterface,
Scheduled};
Scheduled
};
use ParagonIE\ConstantTime\Base64UrlSafe;
use ParagonIE\Sapient\CryptographyKeys\SigningPublicKey;
use ParagonIE\Sapient\Exception\InvalidMessageException;
Expand Down
6 changes: 4 additions & 2 deletions src/Chronicle/Handlers/Replica.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
declare(strict_types=1);
namespace ParagonIE\Chronicle\Handlers;

use ParagonIE\Chronicle\{Chronicle,
use ParagonIE\Chronicle\{
Chronicle,
Exception\FilesystemException,
Exception\InvalidInstanceException,
Exception\ReplicationSourceNotFound,
Exception\HashNotFound,
HandlerInterface};
HandlerInterface
};
use Psr\Http\Message\{
RequestInterface,
ResponseInterface
Expand Down
6 changes: 4 additions & 2 deletions src/Chronicle/Handlers/Revoke.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
namespace ParagonIE\Chronicle\Handlers;

use GuzzleHttp\Exception\GuzzleException;
use ParagonIE\Chronicle\{Chronicle,
use ParagonIE\Chronicle\{
Chronicle,
Exception\AccessDenied,
Exception\BaseException,
Exception\FilesystemException,
Exception\InvalidInstanceException,
Exception\TargetNotFound,
HandlerInterface,
Scheduled};
Scheduled
};
use ParagonIE\ConstantTime\Base64UrlSafe;
use ParagonIE\Sapient\Exception\InvalidMessageException;
use Psr\Http\Message\{
Expand Down

0 comments on commit 984d034

Please sign in to comment.