File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed
Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 11<?php
22namespace 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+ };
911use Psr \Http \Message \{
1012 RequestInterface ,
1113 ResponseInterface
Original file line number Diff line number Diff line change 22namespace ParagonIE \Chronicle \Handlers ;
33
44use 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+ };
1416use ParagonIE \Sapient \CryptographyKeys \SigningPublicKey ;
1517use ParagonIE \Sapient \Exception \InvalidMessageException ;
1618use ParagonIE \Sapient \Sapient ;
Original file line number Diff line number Diff line change 22namespace ParagonIE \Chronicle \Handlers ;
33
44use 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+ };
1415use ParagonIE \ConstantTime \Base64UrlSafe ;
1516use ParagonIE \Sapient \CryptographyKeys \SigningPublicKey ;
1617use ParagonIE \Sapient \Exception \InvalidMessageException ;
Original file line number Diff line number Diff line change 22declare (strict_types=1 );
33namespace 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+ };
1113use Psr \Http \Message \{
1214 RequestInterface ,
1315 ResponseInterface
Original file line number Diff line number Diff line change 22namespace ParagonIE \Chronicle \Handlers ;
33
44use 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+ };
1315use ParagonIE \ConstantTime \Base64UrlSafe ;
1416use ParagonIE \Sapient \Exception \InvalidMessageException ;
1517use Psr \Http \Message \{
You can’t perform that action at this time.
0 commit comments