Skip to content

Commit

Permalink
Merge pull request #142 from City-of-Helsinki/UHF-X-return-type
Browse files Browse the repository at this point in the history
Added missing return type
  • Loading branch information
khalima authored Nov 2, 2023
2 parents fc10b5c + a9d030c commit caedd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Traits/WebServerTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function setUp(): void {
/**
* {@inheritdoc}
*/
public function tearDown() {
public function tearDown(): void {
parent::tearDown();
$this->stopWebServer();
}
Expand Down

0 comments on commit caedd5a

Please sign in to comment.