Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46f08c1

Browse files
committed
Fixed indentation;
Fixed indentation;
1 parent d9af69d commit 46f08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Protocol/Response/DataStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function readByType(array $type, $isCollectionElement = false) {
298298
case DataTypeEnum::TEXT:
299299
return $isCollectionElement ? $this->readString() : $this->data;
300300
case DataTypeEnum::BIGINT:
301-
return $this->readBigInt();
301+
return $this->readBigInt();
302302
case DataTypeEnum::COUNTER:
303303
case DataTypeEnum::VARINT:
304304
return $this->readVarint();

0 commit comments

Comments
 (0)