Merge pull request #19870 from totten/master-psr0
[civicrm-core.git] / tests / phpunit / CRM / Extension / InfoTest.php
index c016abd51c50709ca30dd6f0af18957a1684f793..75e082a73bdd9bd7e78c970c070bac9e79d6e2e5 100644 (file)
@@ -11,7 +11,7 @@ class CRM_Extension_InfoTest extends CiviUnitTestCase {
     $this->file = NULL;
   }
 
-  public function tearDown() {
+  public function tearDown(): void {
     if ($this->file) {
       unlink($this->file);
     }