mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-03-19 10:06:21 +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();
|
parent::setUp();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user