Skip to content

Commit

Permalink
Fix type hint of traversable parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Mar 26, 2024
1 parent f0e3bb7 commit dca6732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/Helpers/Social_Profiles_Helper_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ public static function set_organization_social_profiles() {
*
* @dataProvider get_organization_social_profiles_provider
*
* @param array<string, string|array<string, string>> $social_profiles The array of the organization's social profiles to be set.
* @param array<string, string|array<int, string>> $default_value The default values for the social profiles.
* @param array<string, string|array<string, string>> $expected The expected field names which failed to be saved in the db.
* @param array<string, string|array<string>> $social_profiles The array of the organization's social profiles to be set.
* @param array<string, string|array<int, string>> $default_value The default values for the social profiles.
* @param array<string, string|array<string>> $expected The expected field names which failed to be saved in the db.
*
* @return void
*/
Expand Down

0 comments on commit dca6732

Please sign in to comment.