Completed
Push — v3 ( a11e41...91b61e )
by Austin
06:49
created
src/GameQ/Protocols/Source.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -232,11 +232,11 @@
 block discarded – undo
232 232
      * @return string
233 233
      * @throws \GameQ\Exception\Protocol
234 234
      */
235
-    protected function processPackets($packet_id, array $packets = [ ])
235
+    protected function processPackets($packet_id, array $packets = [])
236 236
     {
237 237
 
238 238
         // Init array so we can order
239
-        $packs = [ ];
239
+        $packs = [];
240 240
 
241 241
         // We have multiple packets so we need to get them and order them
242 242
         foreach ($packets as $i => $packet) {
Please login to merge, or discard this patch.