Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Bettag committed Feb 10, 2020
1 parent dd3c2bf commit ce6465d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Support/Testing/Fakes/BusFake.php
Expand Up @@ -178,7 +178,8 @@ public function dispatched($command, $callback = null)
* @param callable|null $callback
* @return \Illuminate\Support\Collection
*/
public function dispatchedAfterResponse(string $command, $callback = null) {
public function dispatchedAfterResponse(string $command, $callback = null)
{
if (! $this->hasDispatchedAfterResponse($command)) {
return collect();
}
Expand Down

0 comments on commit ce6465d

Please sign in to comment.