@@ -15,5 +15,5 @@ |
||
| 15 | 15 | public ?string $uiComponent; |
| 16 | 16 | |
| 17 | 17 | /** @ORM\Column(type="json", nullable=true) */ |
| 18 | - public ?array $uiClassNames; |
|
| 18 | + public ? array $uiClassNames; |
|
| 19 | 19 | } |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * @ORM\Column(type="json", nullable=true) |
| 42 | 42 | */ |
| 43 | - private ?array $defaultQueryParameters; |
|
| 43 | + private ? array $defaultQueryParameters; |
|
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @ApiProperty(writable=false) |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | class UserListener |
| 24 | 24 | { |
| 25 | 25 | private UserPasswordEncoderInterface $passwordEncoder; |
| 26 | - private ?array $changeSet = null; |
|
| 26 | + private ? array $changeSet = null; |
|
| 27 | 27 | |
| 28 | 28 | public function __construct(UserPasswordEncoderInterface $passwordEncoder) |
| 29 | 29 | { |