Passed
Branch master (9749ab)
by smiley
02:38
created
examples/Spotify/playlist-morph.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 	'collaborative' => false,
155 155
 	// can you please autolink Spotify URIs in the description?
156 156
 	'description'   => 'Playlist morphed from spotify:user:'.$playlist_user.':playlist:'.$playlist_id.' ['.$hash.']'
157
-	                   .(!empty($userPlaylist->description) ? '('.$userPlaylist->description.')' : ''),
157
+					   .(!empty($userPlaylist->description) ? '('.$userPlaylist->description.')' : ''),
158 158
 ]));
159 159
 
160 160
 $logger->info('created playlist: '.$playlistname.' ('.count($newtracks).' tracks total)');
Please login to merge, or discard this patch.