Skip to content

Commit

Permalink
#21187 Fix coding style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 30, 2022
1 parent 2b1f5a6 commit 268d951
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

abstract class TestCase extends OrchestraTestCase
{
protected function setUp(): void
{
parent::setUp();
}

protected function getPackageProviders($app)
/**
* {@inheritDoc}
* @param \Illuminate\Foundation\Application $app
* @return array<int, class-string<\Illuminate\Support\ServiceProvider>>
*/
protected function getPackageProviders($app): array
{
return [
ServiceProvider::class,
Expand Down

0 comments on commit 268d951

Please sign in to comment.