Add :void return type to tearDown on a bunch of unit tests
[civicrm-core.git] / tests / phpunit / api / v3 / FinancialTypeACLTest.php
index e78f9fe5cbf811725789794b59ccb1deeca89f25..8ed31ec8cfe20cc03bfbacec17b277ce96a501bb 100644 (file)
@@ -91,7 +91,7 @@ class api_v3_FinancialTypeACLTest extends CiviUnitTestCase {
    *
    * @throws \Exception
    */
-  public function tearDown() {
+  public function tearDown(): void {
     $this->quickCleanUpFinancialEntities();
     $this->quickCleanup(['civicrm_uf_match']);
     $this->disableFinancialACLs();