We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382f51 commit 9e7dba4Copy full SHA for 9e7dba4
src/AbstractBounce.php
@@ -66,7 +66,9 @@ protected function getArraySettings(string $name): array
66
/**
67
* Run a bounce.
68
*
69
- * @throws Exception|InvalidArgumentException|CacheException
+ * @return void
70
+ * @throws CacheException
71
+ * @throws InvalidArgumentException
72
*/
73
public function run(): void
74
{
0 commit comments