Added type hint to service

This commit is contained in:
Jan Böhmer 2026-04-15 22:09:22 +02:00
parent fa1e5549f0
commit c66390ea4f
2 changed files with 2 additions and 4 deletions

View file

@ -28,8 +28,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
final class ProjectBuildPartHelperTest extends WebTestCase
{
/** @var ProjectBuildPartHelper */
protected $service;
protected ProjectBuildPartHelper $service;
protected function setUp(): void
{