mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
+1
-2
@@ -1089,8 +1089,7 @@ class Binaries
|
||||
ColorCLI::alternateOver(number_format($currentMicroTime - $this->startPR, 2).'s').
|
||||
ColorCLI::primaryOver(' for part repair, ').
|
||||
ColorCLI::alternateOver(number_format($currentMicroTime - $this->startLoop, 2).'s').
|
||||
ColorCLI::primary(' total.')
|
||||
, true);
|
||||
ColorCLI::primary(' total.'), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-2
@@ -628,8 +628,7 @@ class XXX
|
||||
|
||||
if ($this->echooutput) {
|
||||
ColorCLI::doEcho(
|
||||
ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: '.ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: '.ColorCLI::primary($mov['title'])))
|
||||
, true);
|
||||
ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: '.ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: '.ColorCLI::primary($mov['title']))), true);
|
||||
}
|
||||
|
||||
return $xxxID;
|
||||
|
||||
Reference in New Issue
Block a user