Skip to content

Commit 8096622

Browse files
author
Willem Wigman
committed
tearDown return type-hint for 2.3.4 compatibility
1 parent 395b833 commit 8096622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Integration/AbstractFrontendControllerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function enableTestModuleInConfig()
8282
/**
8383
* @throws FileSystemException
8484
*/
85-
protected function tearDown()
85+
protected function tearDown(): void
8686
{
8787
$this->restoreInitialConfig();
8888
}

0 commit comments

Comments
 (0)