Skip to content

Commit 29d6ddd

Browse files
committed
Confirm Style Guide
~ add missing space (style guide)
1 parent e17ebdd commit 29d6ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLSRV/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function connect(bool $persistent = false)
121121
unset($connection['UID'], $connection['PWD']);
122122
}
123123

124-
if (strpos($this->hostname, ',') === false && $this->port !== '' && (int)$this->port !== 1433) {
124+
if (strpos($this->hostname, ',') === false && $this->port !== '' && (int) $this->port !== 1433) {
125125
$this->hostname .= ', ' . $this->port;
126126
}
127127

0 commit comments

Comments
 (0)