diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 4038947c7..02a07bc47 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -1037,7 +1037,7 @@ like this: require_once "bootstrap.php"; $theReporterId = $argv[1]; - $theDefaultEngineerId = $argv[1]; + $theDefaultEngineerId = $argv[2]; $productIds = explode(",", $argv[3]); $reporter = $entityManager->find("User", $theReporterId);