mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -58,7 +58,7 @@ class TmuxOutput extends Tmux
|
||||
$buffer .= $this->_getMonitor();
|
||||
}
|
||||
|
||||
if ((int)$runVar['settings']['show_query'] === 1) {
|
||||
if ((int) $runVar['settings']['show_query'] === 1) {
|
||||
$buffer .= $this->_getQueries();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user