Add :void return type to tearDown on a bunch of unit tests
[civicrm-core.git] / tests / phpunit / api / v3 / ProfileTest.php
index 094bfcb7addd84b216bb7bf4c6f9bc39aa719f4a..0d5d3a4e034cc7d53bebd4fd448cfc0b9f321cc8 100644 (file)
@@ -43,7 +43,7 @@ class api_v3_ProfileTest extends CiviUnitTestCase {
    *
    * @throws \Exception
    */
-  public function tearDown() {
+  public function tearDown(): void {
 
     $this->quickCleanup([
       'civicrm_contact',