Skip to content

Commit 9d0314a

Browse files
Rename result property
1 parent 16d5923 commit 9d0314a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Plugin/Job/Product.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ public function getFamiliesToExport(): ?string
2323

2424
public function afterGetFamiliesToImport(
2525
AkeneoProduct $subject,
26-
array $result
26+
array $families
2727
): array {
28-
$families = $result;
2928
$familiesToExclude = explode(',', $this->getFamiliesToExport());
3029

3130
if (!$families || $families[0] === '') {

0 commit comments

Comments
 (0)