Skip to content

Commit 71518b7

Browse files
committed
remove use statement
1 parent 53301ab commit 71518b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Exceptions/TaskExceptionResult.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Laravel\Octane\Exceptions;
44

5-
use Throwable;
6-
75
class TaskExceptionResult
86
{
97
public function __construct(
@@ -40,7 +38,7 @@ public static function from($throwable)
4038
/**
4139
* Gets the original throwable.
4240
*
43-
* @return \Laravel\Octane\Exceptions\TaskException
41+
* @return \Laravel\Octane\Exceptions\TaskException|\Laravel\Octane\Exceptions\DdException
4442
*/
4543
public function getOriginal()
4644
{

0 commit comments

Comments
 (0)