Test Setup Failed
Branch master (f2b9b8)
by Nikita
03:15
created
Binn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@
 block discarded – undo
298 298
         if (in_array($type,
299 299
             [self::BINN_INT64, self::BINN_INT32, self::BINN_INT16,
300 300
                 self::BINN_UINT64,self::BINN_UINT32, self::BINN_UINT16])
301
-         ) {
301
+            ) {
302 302
             $type = $this->compress_int($type, $value);
303 303
         }
304 304
 
Please login to merge, or discard this patch.