refactor: auto refactor via rector
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
test('returns a successful response', function () {
|
||||
test('returns a successful response', function (): void {
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
|
||||
Reference in New Issue
Block a user