We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef231 commit fa3beafCopy full SHA for fa3beaf
src/Enums/DocumentType.php
@@ -2,6 +2,4 @@
2
3
namespace Datomatic\FattureInCloud\Enums;
4
5
-interface DocumentType
6
-{
7
-}
+interface DocumentType {}
tests/TestCase.php
@@ -7,7 +7,7 @@
8
class TestCase extends Orchestra
9
{
10
- public function setUp(): void
+ protected function setUp(): void
11
12
parent::setUp();
13
}
0 commit comments