Skip to content

Commit 165fb98

Browse files
committed
Editor Service : Add argument type
1 parent c545f32 commit 165fb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/Services/Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function style(): void {
167167
*
168168
* return WP_Theme_JSON_Data
169169
*/
170-
public function filter_theme_json_theme( $theme_json ): \WP_Theme_JSON_Data {
170+
public function filter_theme_json_theme( \WP_Theme_JSON_Data $theme_json ): \WP_Theme_JSON_Data {
171171
$custom_theme_json = [
172172
'version' => 2,
173173
'settings' => [

0 commit comments

Comments
 (0)