Skip to content

Commit

Permalink
Fix array not init
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Feb 9, 2021
1 parent 3ccedbd commit 9208497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Api
/**
* @var array
*/
private array $dataFetched;
private array $dataFetched = [];

/**
* @var int
Expand Down

0 comments on commit 9208497

Please sign in to comment.