Skip to content

Commit

Permalink
make attribute groupr named explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 8, 2023
1 parent bf2fe78 commit f655aa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ final class AttributeGroupNamedArgumentManipulator
*/
private array $attributeDecorators = [];

<<<<<<< HEAD
public function __construct(SensioParamConverterAttributeDecorator $sensioParamConverterAttributeDecorator)
{
=======
public function __construct(
SensioParamConverterAttributeDecorator $sensioParamConverterAttributeDecorator,
) {
>>>>>>> 2edfc379be (make attribute groupr named explicit)
$this->attributeDecorators[] = $sensioParamConverterAttributeDecorator;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ private function processParameters(
continue;
}

dump($parameterType);

$definitionsOfType = $this->definitionFinder->findAllByType($containerBuilder, $parameterType);
$definitionsOfType = $this->filterOutAbstractDefinitions($definitionsOfType);

Expand Down

0 comments on commit f655aa0

Please sign in to comment.