We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1f5a6 commit 268d951Copy full SHA for 268d951
1 file changed
tests/TestCase.php
@@ -7,12 +7,12 @@
7
8
abstract class TestCase extends OrchestraTestCase
9
{
10
- protected function setUp(): void
11
- {
12
- parent::setUp();
13
- }
14
-
15
- protected function getPackageProviders($app)
+ /**
+ * {@inheritDoc}
+ * @param \Illuminate\Foundation\Application $app
+ * @return array<int, class-string<\Illuminate\Support\ServiceProvider>>
+ */
+ protected function getPackageProviders($app): array
16
17
return [
18
ServiceProvider::class,
0 commit comments