Skip to content

Commit

Permalink
Re-add type casting
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Aug 8, 2024
1 parent 023ec96 commit 07c1aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public static function get_purchases() {
function ( $purchase ) {
return $purchase->product_slug;
},
$purchases
(array) $purchases
);
}

Expand Down

0 comments on commit 07c1aae

Please sign in to comment.