Skip to content

Commit

Permalink
test: add void functions
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsym committed Jun 20, 2023
1 parent 301076e commit 2275f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/test-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function setUp(): void {
update_option( 'multi_device_switcher_options', $options );
}

function tearDown() {
function tearDown(): void {
parent::tearDown();
}

Expand Down

0 comments on commit 2275f9a

Please sign in to comment.