Skip to content

Commit

Permalink
Updating setup to have void
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Mar 25, 2019
1 parent 079f89c commit b1c1d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LaraCartTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait LaraCartTestTrait
/**
* Setup the test functions with laracart.
*/
public function setUp()
public function setUp() : void
{
parent::setUp();

Expand Down

0 comments on commit b1c1d10

Please sign in to comment.