Skip to content

Commit

Permalink
Correct argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Aug 25, 2016
1 parent f41eb8c commit 6f3fc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dispatcher.php
Expand Up @@ -160,6 +160,7 @@ public function dispatch($msg)
$args[$position] = $value;
}
}
ksort($args);
$result = $obj->$fn(...$args);
return $result;
}
Expand Down

0 comments on commit 6f3fc21

Please sign in to comment.