Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f7c42d6

Browse files
committed
[TASK] Changed method from public to private
1 parent 25293d9 commit f7c42d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swagger/Block/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Index extends Template
1717
/**
1818
* @return mixed|string
1919
*/
20-
public function getParamStore()
20+
private function getParamStore()
2121
{
2222
return ($this->getRequest()->getParam('store')) ? $this->getRequest()->getParam('store') : 'all';
2323
}

0 commit comments

Comments
 (0)