Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 30, 2018
1 parent ce261a6 commit 806e01e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Illuminate/Contracts/Bus/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ public function dispatch($command);
*/
public function dispatchNow($command, $handler = null);

/**
* Set the pipes commands should be piped through before dispatching.
*
* @param array $pipes
* @return $this
*/
public function pipeThrough(array $pipes);

/**
* Determine if the given command has a handler.
*
Expand All @@ -45,6 +37,14 @@ public function hasCommandHandler($command);
*/
public function getCommandHandler($command);

/**
* Set the pipes commands should be piped through before dispatching.
*
* @param array $pipes
* @return $this
*/
public function pipeThrough(array $pipes);

/**
* Map a command to a handler.
*
Expand Down

0 comments on commit 806e01e

Please sign in to comment.