Skip to content

Commit

Permalink
Removed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 committed Sep 13, 2024
1 parent 2ad02a3 commit c2f7896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Resolver/Quote/Data/SalesRuleLabel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(
)
{}

public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null): array
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
{
/** @var Item */
$cartItem = $value['model'];
Expand Down

0 comments on commit c2f7896

Please sign in to comment.