Skip to content

Commit 65d7418

Browse files
authored
Remove extra slashes in method signature
1 parent 5f0de79 commit 65d7418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/method/MongoDBCollection-explain.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121

2222
.. code-block:: php
2323

24-
function explain(MongoDB\\Operation\\Explainable $explainable, array $options = []): array|object
24+
function explain(MongoDB\Operation\Explainable $explainable, array $options = []): array|object
2525

2626
This method has the following parameters:
2727

0 commit comments

Comments
 (0)