Skip to content

Commit

Permalink
Merge pull request #27751 from braders/unused-var
Browse files Browse the repository at this point in the history
[NFC] Remove unused var
  • Loading branch information
eileenmcnaughton authored Oct 7, 2023
2 parents bb9daa3 + 357895f commit 130d62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/CRM/Dedupe/BAO/RuleGroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ public function testHookDupeQueryMatch(): void {
];

$count = 1;
$contact_id;
foreach ($params as $param) {
$contact = $this->callAPISuccess('contact', 'create', $param);
$this->contactIDs[$count++] = $contact['id'];
Expand Down

0 comments on commit 130d62c

Please sign in to comment.