Skip to content

Commit d63e3c4

Browse files
committed
Formatting
1 parent c06fc16 commit d63e3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6508,7 +6508,7 @@ public function casting(Document $collection, Document $document): Document
65086508
$node = (bool)$node;
65096509
break;
65106510
case self::VAR_ID:
6511-
if ($this->adapter->getIdAttributeType() === 'int'){
6511+
if ($this->adapter->getIdAttributeType() === 'int') {
65126512
$node = (int)$node;
65136513
}
65146514
break;

0 commit comments

Comments
 (0)