Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-07-08 15:37:17 +00:00
committed by StyleCI Bot
parent ab59f845a3
commit 7e3279da7c
+1 -1
View File
@@ -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;