Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 8, 2023
1 parent f655aa0 commit 79c26f4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ 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

0 comments on commit 79c26f4

Please sign in to comment.