Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Feb 8, 2022
1 parent 468737e commit c76d8af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/DefaultLogWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class DefaultLogWriterTest extends TestCase
/** @var \Spatie\HttpLogger\DefaultLogWriter */
protected $logger;

public function setUp() :void
public function setUp(): void
{
parent::setup();

Expand Down
2 changes: 1 addition & 1 deletion tests/LogNonGetRequestsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LogNonGetRequestsTest extends TestCase
/** @var \Spatie\HttpLogger\LogNonGetRequests */
protected $logProfile;

public function setUp() : void
public function setUp(): void
{
parent::setup();

Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCase extends Orchestra
{
protected $uri = '/test-uri';

protected function setUp() : void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit c76d8af

Please sign in to comment.