Skip to content

Commit ff9e162

Browse files
committed
Fix CS
1 parent b448941 commit ff9e162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientBulkWrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function insertOne(array|object $document, mixed &$id = null): self
112112
}
113113

114114
// Capture the document's _id, which may have been generated, in an optional output variable
115-
/** @var mixed */
115+
/** @var mixed $id */
116116
$id = $this->bulkWriteCommand->insertOne($this->namespace, $document);
117117

118118
return $this;

0 commit comments

Comments
 (0)