mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Final nestor and phpstan fixes.
This commit is contained in:
@@ -25,6 +25,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\integration\Api\Chart;
|
||||
|
||||
use Override;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\integration\TestCase;
|
||||
|
||||
@@ -39,7 +40,7 @@ final class BalanceControllerTest extends TestCase
|
||||
private $user;
|
||||
|
||||
#[Override]
|
||||
#[\Override]
|
||||
#[Override]
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user