We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a49a9b3 + 7dbae3b commit e6cd34cCopy full SHA for e6cd34c
src/Connection.php
@@ -147,7 +147,7 @@ private function parseAddress($address)
147
148
if ($this->unix) {
149
// remove trailing colon from address for HHVM < 3.19: https://3v4l.org/5C1lo
150
- // note that techncially ":" is a valid address, so keep this in place otherwise
+ // note that technically ":" is a valid address, so keep this in place otherwise
151
if (substr($address, -1) === ':' && defined('HHVM_VERSION_ID') && HHVM_VERSION_ID < 31900) {
152
$address = (string)substr($address, 0, -1);
153
}
0 commit comments