Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Aug 31, 2023
1 parent 3dc281a commit aa142eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Providers/Spotify/mixesdb-scrape.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

$name = $pageDOM->getElementById('firstHeading')->nodeValue;

$logger->info($name);
$logger->info(($name ?? ''));

// get the tracklist
foreach($pageDOM->getElementsByTagName('ol') as $li){
Expand Down
2 changes: 2 additions & 0 deletions examples/Providers/Spotify/playlist-diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* @var \Psr\Http\Message\RequestFactoryInterface $requestFactory
* @var \Psr\Log\LoggerInterface $logger
* @var string $CFGDIR
*
* @phan-suppress PhanInvalidCommentForDeclarationType
*/
require_once __DIR__.'/spotify-common.php';

Expand Down

0 comments on commit aa142eb

Please sign in to comment.