Skip to content

Commit f54a210

Browse files
committed
remove "mixed" param hinting in run
1 parent a6a5e21 commit f54a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bus/UnitDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trait UnitDispatcher
2929
*
3030
* @return mixed
3131
*/
32-
public function run(mixed $unit, $arguments = [], $extra = [])
32+
public function run($unit, $arguments = [], $extra = [])
3333
{
3434
if ($arguments instanceof Request) {
3535
$result = $this->dispatch($this->marshal($unit, $arguments, $extra));

0 commit comments

Comments
 (0)