Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Dec 17, 2018
1 parent ba21989 commit e895d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Chronicle/Scheduled.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function __construct(array $settings = [])
*
* @throws Exception\ChainAppendException
* @throws Exception\FilesystemException
* @throws Exception\InvalidInstanceException
* @throws Exception\ReplicationSourceNotFound
* @throws Exception\SecurityViolation
* @throws Exception\TargetNotFound
Expand Down Expand Up @@ -70,6 +71,7 @@ public function run(): self
* @return Scheduled
* @throws Exception\ChainAppendException
* @throws Exception\FilesystemException
* @throws Exception\InvalidInstanceException
* @throws Exception\ReplicationSourceNotFound
* @throws Exception\SecurityViolation
* @throws Exception\TargetNotFound
Expand Down Expand Up @@ -112,6 +114,7 @@ public function doCrossSigns(): self
*
* @return self
*
* @throws Exception\InvalidInstanceException
* @throws Exception\ReplicationSourceNotFound
* @throws Exception\SecurityViolation
* @throws GuzzleException
Expand Down

0 comments on commit e895d09

Please sign in to comment.