Skip to content

Commit

Permalink
Merge pull request #1644 from solomon-ochepa/patch-20
Browse files Browse the repository at this point in the history
Update feature-test.stub
  • Loading branch information
dcblogdev authored Oct 22, 2023
2 parents dc96631 + e76a396 commit 6590b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Commands/stubs/feature-test.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ class $CLASS$ extends TestCase
{
/**
* A basic feature test example.
*
* @return void
*/
public function testExample()
public function testExample(): void
{
$response = $this->get('/');

Expand Down

0 comments on commit 6590b77

Please sign in to comment.