Skip to content
Snippets Groups Projects
Commit 709f88a7 authored by Luke Rodgers's avatar Luke Rodgers
Browse files

Update method visibility

parent c63330fa
Branches
No related merge requests found
......@@ -70,7 +70,7 @@ class IndexerStatusCommand extends AbstractIndexerManageCommand
* @param Indexer\IndexerInterface $indexer
* @return string
*/
protected function getStatus(Indexer\IndexerInterface $indexer)
private function getStatus(Indexer\IndexerInterface $indexer)
{
$status = 'unknown';
switch ($indexer->getStatus()) {
......@@ -91,7 +91,7 @@ class IndexerStatusCommand extends AbstractIndexerManageCommand
* @param Mview\ViewInterface $view
* @return string
*/
protected function getPendingCount(Mview\ViewInterface $view)
private function getPendingCount(Mview\ViewInterface $view)
{
$changelog = $view->getChangelog();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment