Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-11-26 22:19:44 +00:00
committed by StyleCI Bot
parent 1298a7d458
commit a5e8d2e89c
+3 -3
View File
@@ -419,11 +419,11 @@ class Music
if ($musicId) {
if ($this->echooutput) {
$this->colorCli->header(
PHP_EOL.'Added/updated album: '. PHP_EOL.
PHP_EOL.'Added/updated album: '.PHP_EOL.
' Artist: '.
$mus['artist']. PHP_EOL .
$mus['artist'].PHP_EOL.
' Title: '.
$mus['title']. PHP_EOL.
$mus['title'].PHP_EOL.
' Year: '.
$year
);