You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 tests triggered 3 PHP deprecations:
1) /home/scrutinizer/build/vendor/mikealmond/musicbrainz/src/MusicBrainz/MusicBrainz.php:492
Optional parameter $limit declared before required parameter $includes is implicitly treated as a required parameter
2) /home/scrutinizer/build/vendor/mikealmond/musicbrainz/src/MusicBrainz/MusicBrainz.php:0
Optional parameter $offset declared before required parameter $includes is implicitly treated as a required parameter
getting this php error semi-regularly
https://github.com/mikealmond/MusicBrainz/blob/98d1aa1c57dbb609d71db9d3d1487a5729f149de/src/MusicBrainz/MusicBrainz.php#L497C8-L497C25
probably just need to add the array?
array $includes = array(),
The text was updated successfully, but these errors were encountered: