⬆️ Upgrade to latest PHP

This commit is contained in:
Dan Jones 2025-10-27 08:56:35 -05:00
commit 6d807f59c0
2 changed files with 1664 additions and 1269 deletions

View file

@ -31,7 +31,7 @@ class Trakt
return Http::withHeaders(['trakt-api-version' => 2] + $headers)->baseUrl('https://api.trakt.tv');
}
public function syncHistory(WatchData $data, OutputInterface $output = null): Response
public function syncHistory(WatchData $data, ?OutputInterface $output = null): Response
{
$output?->writeln(sprintf('Submitting %s to trakt with headers %s', json_encode($data->structuredData), json_encode($this->headers)));

2931
composer.lock generated

File diff suppressed because it is too large Load diff