Skip to content

Commit 9e7dba4

Browse files
style(*): Update phpdocs
1 parent 1382f51 commit 9e7dba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AbstractBounce.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ protected function getArraySettings(string $name): array
6666
/**
6767
* Run a bounce.
6868
*
69-
* @throws Exception|InvalidArgumentException|CacheException
69+
* @return void
70+
* @throws CacheException
71+
* @throws InvalidArgumentException
7072
*/
7173
public function run(): void
7274
{

0 commit comments

Comments
 (0)