Skip to content

Commit

Permalink
code format commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed May 23, 2024
1 parent 3a269ab commit e14c1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Builder/Capacity/Extractor/All.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private function compileArguments(): array
new Node\Expr\ArrayItem(
$this->withEnrichedAttributes,
new Node\Scalar\String_('with_enriched_attributes'),
)
),
]
);
}
Expand Down Expand Up @@ -165,7 +165,7 @@ private function compileArguments(): array
$args[] = new Node\Arg(
value: new Node\Expr\Array_(
items: [
new Node\Expr\ArrayItem(
new Node\Expr\ArrayItem(
$this->withEnrichedAttributes,
new Node\Scalar\String_('with_enriched_attributes'),
),
Expand Down

0 comments on commit e14c1d1

Please sign in to comment.