Skip to content

Commit

Permalink
Fix param type in Theme_JSON_Resolver DocBlock (#47385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jan 24, 2023
1 parent 8b2957b commit 5115017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-theme-json-resolver-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public static function clean_cached_data() {
*
* @since 6.2.0
*
* @param dir $dir The directory to recursively iterate and list files of.
* @param string $dir The directory to recursively iterate and list files of.
* @return array The merged array.
*/
private static function recursively_iterate_json( $dir ) {
Expand Down

1 comment on commit 5115017

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 5115017.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3998822309
📝 Reported issues:

Please sign in to comment.