Skip to content

Commit 52d6609

Browse files
committed
small fix
1 parent a02e0fd commit 52d6609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/builders.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ The following code shows the template to modify change stream output by
260260
using builders:
261261

262262
.. code-block:: php
263-
264-
$pipeline = new Pipeline(
263+
264+
$pipeline = [
265265
Stage::<factory method>(...),
266266
Stage::<factory method>(...),
267267
...
268-
);
268+
];
269269

270270
You can pass this pipeline to the following methods:
271271

0 commit comments

Comments
 (0)