Completed
Pull Request — v3 (#451)
by
unknown
12:18
created
src/GameQ/Protocols/Samp.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@  discard block
 block discarded – undo
87 87
     protected $server_code = null;
88 88
     
89 89
     /**
90
-	 * The client join link
91
-	 *
92
-	 * @type string
93
-	 */
94
-	protected $join_link = "samp://%s:%d/";
90
+     * The client join link
91
+     *
92
+     * @type string
93
+     */
94
+    protected $join_link = "samp://%s:%d/";
95 95
 
96 96
     /**
97 97
      * Normalize settings for this protocol
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
         // Build the server code
129 129
         $this->server_code = implode('', array_map('chr', explode('.', $server->ip()))) .
130
-                             pack("S", $server->portClient());
130
+                                pack("S", $server->portClient());
131 131
 
132 132
         // Loop over the packets and update them
133 133
         foreach ($this->packets as $packetType => $packet) {
Please login to merge, or discard this patch.