Skip to content

Commit 44ec3a7

Browse files
author
Roman Ganin
committed
MAGETWO-45195: System message about invalid indexers is misleading
- CR fixes
1 parent 34b3d48 commit 44ec3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Console/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Request implements \Magento\Framework\App\RequestInterface
2020
public function __construct(array $parameters = [])
2121
{
2222
$data = getopt(null, $parameters);
23-
// It can happen that request comes from http, but it runs the console (e.g. bin/magento cron:run)
23+
// It can happen that request comes from http (e.g. pub/cron.php), but it runs the console
2424
if ($data) {
2525
$this->setParams($data);
2626
} else {

0 commit comments

Comments
 (0)