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 a6a5e21 commit f54a210Copy full SHA for f54a210
src/Bus/UnitDispatcher.php
@@ -29,7 +29,7 @@ trait UnitDispatcher
29
*
30
* @return mixed
31
*/
32
- public function run(mixed $unit, $arguments = [], $extra = [])
+ public function run($unit, $arguments = [], $extra = [])
33
{
34
if ($arguments instanceof Request) {
35
$result = $this->dispatch($this->marshal($unit, $arguments, $extra));
0 commit comments