Skip to content

Commit 09be1c0

Browse files
committed
formatting
1 parent 96e8a5e commit 09be1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ public function decodePoint(string $wkb): array
20232023

20242024
$isLE = ord($bin[0]) === 1;
20252025

2026-
// Type (4 bytes)
2026+
// Type (4 bytes)
20272027
$typeBytes = substr($bin, 1, 4);
20282028
if (strlen($typeBytes) !== 4) {
20292029
throw new DatabaseException('Failed to extract type bytes from WKB');

0 commit comments

Comments
 (0)