Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored and StyleCIBot committed Jun 5, 2020
1 parent f31e252 commit 690a2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

class TestCase extends OrchestraTestCase
{
public function setUp() :void
public function setUp(): void
{
parent::setUp();

$this->copyAssets();
}

public function tearDown() :void
public function tearDown(): void
{
if (file_exists($this->jsonDocsFile())) {
unlink($this->jsonDocsFile());
Expand Down

0 comments on commit 690a2db

Please sign in to comment.