Skip to content

Commit e895d09

Browse files
Fix docblocks
1 parent ba21989 commit e895d09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Chronicle/Scheduled.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function __construct(array $settings = [])
4040
*
4141
* @throws Exception\ChainAppendException
4242
* @throws Exception\FilesystemException
43+
* @throws Exception\InvalidInstanceException
4344
* @throws Exception\ReplicationSourceNotFound
4445
* @throws Exception\SecurityViolation
4546
* @throws Exception\TargetNotFound
@@ -70,6 +71,7 @@ public function run(): self
7071
* @return Scheduled
7172
* @throws Exception\ChainAppendException
7273
* @throws Exception\FilesystemException
74+
* @throws Exception\InvalidInstanceException
7375
* @throws Exception\ReplicationSourceNotFound
7476
* @throws Exception\SecurityViolation
7577
* @throws Exception\TargetNotFound
@@ -112,6 +114,7 @@ public function doCrossSigns(): self
112114
*
113115
* @return self
114116
*
117+
* @throws Exception\InvalidInstanceException
115118
* @throws Exception\ReplicationSourceNotFound
116119
* @throws Exception\SecurityViolation
117120
* @throws GuzzleException

0 commit comments

Comments
 (0)