Skip to content

Commit 529ee98

Browse files
committed
Fix: Typo
1 parent 964e887 commit 529ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DeleteResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(WriteResult $writeResult)
4444
*
4545
* @see DeleteResult::isAcknowledged()
4646
* @return integer|null
47-
* @throws BadMethodCallException is the write result is unacknowledged
47+
* @throws BadMethodCallException if the write result is unacknowledged
4848
*/
4949
public function getDeletedCount()
5050
{

0 commit comments

Comments
 (0)