[PHPUNIT 8 ] Add void to more teardowns
[civicrm-core.git] / tests / phpunit / CRM / Logging / SchemaTest.php
index 5b4c3ebe4cdf76ccb45265ee52d2e6d93b1b64af..110c6ffcc2a01b6e7fedb46cece679e61110c5f9 100644 (file)
@@ -18,7 +18,7 @@ class CRM_Logging_SchemaTest extends CiviUnitTestCase {
    *
    * @throws \CRM_Core_Exception
    */
-  public function tearDown() {
+  public function tearDown(): void {
     $schema = new CRM_Logging_Schema();
     $schema->disableLogging();
     $this->databaseVersion = NULL;