Skip to content

Commit

Permalink
Merge pull request civicrm#27714 from totten/5.66-srchmap-php73
Browse files Browse the repository at this point in the history
SavedSearchMappingTest - Fix compat with php73
  • Loading branch information
totten authored Oct 4, 2023
2 parents 95b5e8a + 0b352eb commit 3285c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class SavedSearchMappingTest extends AbstractMappingTest {

protected array $savedSearch = [];
protected $savedSearch = [];

protected function setUp(): void {
parent::setUp();
Expand Down

0 comments on commit 3285c55

Please sign in to comment.