Skip to content

Commit 709f88a

Browse files
committed
Update method visibility
1 parent c63330f commit 709f88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Indexer/Console/Command/IndexerStatusCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
7070
* @param Indexer\IndexerInterface $indexer
7171
* @return string
7272
*/
73-
protected function getStatus(Indexer\IndexerInterface $indexer)
73+
private function getStatus(Indexer\IndexerInterface $indexer)
7474
{
7575
$status = 'unknown';
7676
switch ($indexer->getStatus()) {
@@ -91,7 +91,7 @@ protected function getStatus(Indexer\IndexerInterface $indexer)
9191
* @param Mview\ViewInterface $view
9292
* @return string
9393
*/
94-
protected function getPendingCount(Mview\ViewInterface $view)
94+
private function getPendingCount(Mview\ViewInterface $view)
9595
{
9696
$changelog = $view->getChangelog();
9797

0 commit comments

Comments
 (0)