apply rector rules after merging master branch

This commit is contained in:
2023-09-27 15:35:54 +02:00
parent 65aa0a1588
commit 5f8b86b839
6 changed files with 7 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ use Chill\PersonBundle\Repository\Person\PersonCenterHistoryRepository;
class PersonMoveCenterHistoryHandler implements PersonMoveSqlHandlerInterface
{
public function __construct(
private PersonCenterHistoryRepository $centerHistoryRepository,
private readonly PersonCenterHistoryRepository $centerHistoryRepository,
) {}
public function supports(string $className, string $field): bool