Skip to content

Commit 2cc04e4

Browse files
committed
fix return types
1 parent 1509319 commit 2cc04e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Concerns/ProvidesConcurrencySupport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function concurrently(array $tasks, int $waitMilliseconds = 3000)
3131
/**
3232
* Get the task dispatcher.
3333
*
34-
* @return \Laravel\Contracts\Octane\DispatchesTasks
34+
* @return \Laravel\Octane\Contracts\DispatchesTasks
3535
*/
3636
public function tasks()
3737
{

src/Swoole/SwooleClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function respond(RequestContext $context, OctaneResponse $octaneResponse)
111111
/**
112112
* Send the headers from the Illuminate response to the Swoole response.
113113
*
114-
* @param \Symfony\Component\HtpFoundation\Response $response
114+
* @param \Symfony\Component\HttpFoundation\Response $response
115115
* @param \Swoole\Http\Response $response
116116
* @return void
117117
*/

0 commit comments

Comments
 (0)