Skip to content

Commit

Permalink
make argument required
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 8, 2020
1 parent 7288d22 commit 236c67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/BusFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function assertNotDispatchedAfterResponse($command, $callback = null)
* @param array $expectedChain
* @return void
*/
public function assertChained(array $expectedChain = [])
public function assertChained(array $expectedChain)
{
$command = $expectedChain[0];

Expand Down

0 comments on commit 236c67d

Please sign in to comment.