@@ -120,7 +120,7 @@ |
||
120 | 120 | |
121 | 121 | // Build the server code |
122 | 122 | $this->server_code = implode('', array_map('chr', explode('.', $server->ip()))) . |
123 | - pack("S", $server->portClient()); |
|
123 | + pack("S", $server->portClient()); |
|
124 | 124 | |
125 | 125 | // Loop over the packets and update them |
126 | 126 | foreach ($this->packets as $packetType => $packet) { |
@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param string $string |
108 | 108 | */ |
109 | - protected function stripSource(&$string) |
|
109 | + protected function stripSource(&$string) |
|
110 | 110 | { |
111 | 111 | $string = strip_tags($string); |
112 | 112 | } |