Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Nov 29, 2024
1 parent a117ac9 commit 385b092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Class/Service/FieldCollection/LayoutDefinitionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
final class LayoutDefinitionService implements LayoutDefinitionServiceInterface
{
public function __construct(
private readonly DataObjectResolverInterface $dataObjectResolver,
private readonly DataObjectResolverInterface $dataObjectResolver,
private readonly ClassDefinitionResolverInterface $classDefinitionResolver,
private readonly DefinitionResolverInterface $definitionResolver,
private readonly SiteHydratorInterface $layoutDefinitionHydrator,
private readonly EventDispatcherInterface $eventDispatcher,
private readonly DefinitionResolverInterface $definitionResolver,
private readonly SiteHydratorInterface $layoutDefinitionHydrator,

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.2, lowest, false) / Static analysis with phpstan

Parameter $layoutDefinitionHydrator of method Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::__construct() has invalid type Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface.

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.2, lowest, false) / Static analysis with phpstan

Property Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::$layoutDefinitionHydrator has unknown class Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface as its type.

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.3, highest, 11.x-dev as 11.99.9, true) / Static analysis with phpstan

Parameter $layoutDefinitionHydrator of method Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::__construct() has invalid type Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface.

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.3, highest, 11.x-dev as 11.99.9, true) / Static analysis with phpstan

Property Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::$layoutDefinitionHydrator has unknown class Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface as its type.

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.3, highest, false) / Static analysis with phpstan

Parameter $layoutDefinitionHydrator of method Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::__construct() has invalid type Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface.

Check failure on line 40 in src/Class/Service/FieldCollection/LayoutDefinitionService.php

View workflow job for this annotation

GitHub Actions / static-analysis (8.3, highest, false) / Static analysis with phpstan

Property Pimcore\Bundle\StudioBackendBundle\Class\Service\FieldCollection\LayoutDefinitionService::$layoutDefinitionHydrator has unknown class Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\SiteHydratorInterface as its type.
private readonly EventDispatcherInterface $eventDispatcher,
) {
}

Expand Down

0 comments on commit 385b092

Please sign in to comment.