Skip to content

Commit

Permalink
[NFC] Fix Fatal error on php 8 due to mis matched function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Sep 15, 2021
1 parent a64e9b3 commit a11c627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function getSubmitData() {
* @return \CRM_Core_Form
* @throws \CRM_Core_Exception
*/
public function getFormObject($class, $formValues = [], $pageName = '') {
public function getFormObject($class, $formValues = [], $pageName = '', $searchFormValues = []) {
$form = parent::getFormObject($class);
$contactFields = CRM_Contact_BAO_Contact::importableFields();
$fields = [];
Expand Down

0 comments on commit a11c627

Please sign in to comment.