Skip to content

Commit

Permalink
Fix type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed May 31, 2023
1 parent b36f97d commit 0ea5a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Helper
* @var HtmlConverter|null $_htmlConverter
* @see htmlConverter()
*/
private static ?HtmlConverter $_htmlConverter;
private static ?HtmlConverter $_htmlConverter = null;

/**
* Formats a language ID into the format required by the Apple News API (e.g. "en" or "en_US").
Expand Down

0 comments on commit 0ea5a4b

Please sign in to comment.