mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
Implements void return types for PHPUnit
This commit is contained in:
@@ -16,7 +16,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
|
||||
]);
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user