Passed
Push — master ( 7e7628...15770c )
by Petr
02:33
created
php-tests/ProtocolsTests/Fsp/AnswerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
             0x00, 0x10, # data_length
150 150
             0x00, 0x00, 0x00, 0x00, # position
151 151
             'Testing error 1', 0x00, # content
152
-             # extra data - empty
152
+                # extra data - empty
153 153
         ]);
154 154
     }
155 155
 
Please login to merge, or discard this patch.
php-src/Protocols/Fsp/Traits/TChecksum.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  unsigned char *t;
14 14
  for(t = packet_start, sum = 0; t < packet_end; sum += *t++);
15 15
  checksum= sum + (sum >> 8);
16
-
17 16
  * PHP, Perl
18 17
  $len = strlen($packet);
19 18
  $packet[1] = chr(0); // at first null checksum in packet
Please login to merge, or discard this patch.