Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 10, 2019
1 parent 504d4f2 commit b43cfc8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,12 +31,12 @@ private function doSetUp(): void
private function doTearDown(): void
{
}
protected function setUp(): void
{
$this->doSetUp();
}
protected function tearDown(): void
{
$this->doTearDown();
Expand Down

0 comments on commit b43cfc8

Please sign in to comment.