Skip to content

Commit 268d951

Browse files
committed
#21187 Fix coding style issues
1 parent 2b1f5a6 commit 268d951

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/TestCase.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
abstract class TestCase extends OrchestraTestCase
99
{
10-
protected function setUp(): void
11-
{
12-
parent::setUp();
13-
}
14-
15-
protected function getPackageProviders($app)
10+
/**
11+
* {@inheritDoc}
12+
* @param \Illuminate\Foundation\Application $app
13+
* @return array<int, class-string<\Illuminate\Support\ServiceProvider>>
14+
*/
15+
protected function getPackageProviders($app): array
1616
{
1717
return [
1818
ServiceProvider::class,

0 commit comments

Comments
 (0)