Skip to content

Commit

Permalink
Fix phpcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed May 23, 2024
1 parent d8cb285 commit b3a1f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Helpers/TelemetryHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private function getDefaultUserData(): array {
}

/**
* @return array[]
* @return array<mixed>
* An array of providers and their associated environment variables.
*/
public static function getProviders(): array {
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/src/Misc/TelemetryHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function createCommand(): CommandBase {
}

/**
* @return array[]
* @return array<mixed>
*/
public function providerTestEnvironmentProvider(): array {
$providersList = TelemetryHelper::getProviders();
Expand Down

0 comments on commit b3a1f29

Please sign in to comment.