Merge pull request #19806 from eileenmcnaughton/msg_compat
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / CustomQueryTest.php
index d1a103d53297d76b99452fdea6b42496754382b2..783d89a38a842c4eccb3cde0f314f8f61df17931 100644 (file)
@@ -14,7 +14,7 @@ class CRM_Core_BAO_CustomQueryTest extends CiviUnitTestCase {
    *
    * @throws \Exception
    */
-  public function tearDown() {
+  public function tearDown(): void {
     $tablesToTruncate = [
       'civicrm_contact',
     ];