File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Index extends Facade
2323 /**
2424 * {@inheritDoc}
2525 */
26- protected static function getFacadeAccessor ()
26+ protected static function getFacadeAccessor (): string
2727 {
2828 return IndexManagerInterface::class;
2929 }
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ class RealOpenSearchTestCase extends TestbenchTestCase
1212{
1313 protected string $ indexPrefix ;
1414
15- protected function getPackageProviders ($ app )
15+ protected function getPackageProviders ($ app ): array
1616 {
1717 return [
1818 OpenSearchClientServiceProvider::class,
1919 OpenSearchMigrationsServiceProvider::class,
2020 ];
2121 }
2222
23- protected function getEnvironmentSetUp ($ app )
23+ protected function getEnvironmentSetUp ($ app ): void
2424 {
2525 parent ::getEnvironmentSetUp ($ app );
2626
Original file line number Diff line number Diff line change 1010
1111class TestCase extends TestbenchTestCase
1212{
13- protected function getPackageProviders ($ app )
13+ protected function getPackageProviders ($ app ): array
1414 {
1515 return [
1616 OpenSearchClientServiceProvider::class,
1717 OpenSearchMigrationsServiceProvider::class,
1818 ];
1919 }
2020
21- protected function getEnvironmentSetUp ($ app )
21+ protected function getEnvironmentSetUp ($ app ): void
2222 {
2323 parent ::getEnvironmentSetUp ($ app );
2424
You can’t perform that action at this time.
0 commit comments