Skip to content

Commit e4471af

Browse files
committed
Its a bit creepy seeing my family in bug reports
1 parent e7ac97d commit e4471af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/bulk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $hannes = [
99
"citizen" => "Iceland",
1010
];
1111
$hayley = [
12-
"name" => "Hayley",
12+
"name" => "Bayley",
1313
"nick" => "Alien Ninja",
1414
"citizen" => "USA",
1515
];

tests/bulk/write-0002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require_once __DIR__ . "/../utils/basic.inc";
99
$manager = new MongoDB\Driver\Manager(STANDALONE);
1010

1111
$hannes = array("name" => "Hannes", "country" => "USA", "gender" => "male");
12-
$hayley = array("name" => "Hayley", "country" => "USA", "gender" => "female");
12+
$hayley = array("name" => "Bayley", "country" => "USA", "gender" => "female");
1313

1414
$insertBulk = new \MongoDB\Driver\BulkWrite(['ordered' => true]);
1515
$hannes_id = $insertBulk->insert($hannes);

0 commit comments

Comments
 (0)