Skip to content

Commit fa3beaf

Browse files
trippogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 59ef231 commit fa3beaf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Enums/DocumentType.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace Datomatic\FattureInCloud\Enums;
44

5-
interface DocumentType
6-
{
7-
}
5+
interface DocumentType {}

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class TestCase extends Orchestra
99
{
10-
public function setUp(): void
10+
protected function setUp(): void
1111
{
1212
parent::setUp();
1313
}

0 commit comments

Comments
 (0)