mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
apply rector rules
This commit is contained in:
@@ -23,15 +23,9 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
*/
|
||||
final class CustomFieldsHelperTest extends KernelTestCase
|
||||
{
|
||||
/**
|
||||
* @var CustomFieldsHelper
|
||||
*/
|
||||
private $cfHelper;
|
||||
private ?object $cfHelper = null;
|
||||
|
||||
/**
|
||||
* @var CustomField
|
||||
*/
|
||||
private $randomCFText;
|
||||
private \Chill\CustomFieldsBundle\Entity\CustomField $randomCFText;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user