Skip to content

Commit 22f1a8b

Browse files
maxime alvesjmikola
authored andcommitted
removed collectionName attribute in GridFSbucket construct signature
1 parent daa47aa commit 22f1a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/method/MongoDBGridFSBucket__construct.txt

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

2020
.. code-block:: php
2121

22-
function __construct(MongoDB\Driver\Manager $manager, $databaseName, $collectionName, array $options = [])
22+
function __construct(MongoDB\Driver\Manager $manager, $databaseName, array $options = [])
2323

2424
This constructor has the following parameters:
2525

0 commit comments

Comments
 (0)