From dd6c601af211601b7ffe41e70cc93a73e1271feb Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 30 Jan 2018 12:33:10 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/TmuxOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntmux/TmuxOutput.php b/nntmux/TmuxOutput.php index 169eeab09..d07db1418 100755 --- a/nntmux/TmuxOutput.php +++ b/nntmux/TmuxOutput.php @@ -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(); }