Skip to content

Commit

Permalink
fix: allow null data
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrisbee committed Dec 12, 2023
1 parent d803442 commit 85189df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/WordPressError.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ class WordPressError extends WordPressObject

public string $message;

public stdClass $data;
public ?stdClass $data;
}

0 comments on commit 85189df

Please sign in to comment.