Skip to content

Commit c9af958

Browse files
Fix small error introduced
1 parent 7d4f2bb commit c9af958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wamp/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __construct($host, $port, $secured = false, $origin = null)
7373
'%s://%s:%s',
7474
$protocol,
7575
$host,
76-
$portbo
76+
$port
7777
);
7878
}
7979

0 commit comments

Comments
 (0)