Skip to content

Commit

Permalink
remove "mixed" param hinting in run
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Dec 17, 2021
1 parent a6a5e21 commit f54a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bus/UnitDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trait UnitDispatcher
*
* @return mixed
*/
public function run(mixed $unit, $arguments = [], $extra = [])
public function run($unit, $arguments = [], $extra = [])
{
if ($arguments instanceof Request) {
$result = $this->dispatch($this->marshal($unit, $arguments, $extra));
Expand Down

0 comments on commit f54a210

Please sign in to comment.