[PHPUNIT 8 ] Add void to more teardowns
[civicrm-core.git] / tests / phpunit / CRM / Report / Form / ActivityTest.php
index ae2ba0119ed95fea7ba3b82ee4572c6facc1f06e..97848fa4e1c0801002fda26e2cbc457451e386a3 100644 (file)
@@ -28,7 +28,7 @@ class CRM_Report_Form_ActivityTest extends CiviReportTestCase {
     $this->quickCleanup($this->_tablesToTruncate);
   }
 
-  public function tearDown() {
+  public function tearDown(): void {
     parent::tearDown();
     CRM_Core_DAO::executeQuery('DROP TEMPORARY TABLE IF EXISTS civireport_activity_temp_target');
   }