Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 9, 2021
1 parent 1912185 commit 144ccae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/class-wp-theme-json-resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ public static function get_user_data() {
* for the paragraph block, and the theme has done it as well,
* the user preference wins.
*
* @param array $theme_support_data Existing block editor settings.
* Empty array by default.
* @param string $origin To what level should we merge data.
* @param array $theme_support_data Existing block editor settings.
* Empty array by default.
* @param string $origin To what level should we merge data.
* Valid values are 'theme' or 'user'.
* Default is 'user'.
*
Expand Down
2 changes: 1 addition & 1 deletion phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function test_get_stylesheet() {
),
'misc' => 'value',
),
'core/group' => array(
'core/group' => array(
'custom' => array(
'base-font' => 16,
'line-height' => array(
Expand Down

0 comments on commit 144ccae

Please sign in to comment.