From 7e3279da7c7b56ff11bfcff3eb8250193767ef1c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 8 Jul 2018 15:37:17 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/IRCClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/IRCClient.php b/Blacklight/IRCClient.php index 0db68f055..39909c49a 100755 --- a/Blacklight/IRCClient.php +++ b/Blacklight/IRCClient.php @@ -350,7 +350,7 @@ class IRCClient // We got 464, which means we need to send a password. } - if ((int)$matches[2] === 464) { + if ((int) $matches[2] === 464) { // Before the lower check, set the password : username:password $tempPass = $userName.':'.$password;