Issue #1968446 by Gábor Hojtsy: Whitespace fixes in language installer and config install storage.
parent
ca94ae9032
commit
7f6cf775d7
|
@ -128,7 +128,7 @@ class InstallStorage extends FileStorage {
|
||||||
* @return array
|
* @return array
|
||||||
* Folders indexed by configuration name.
|
* Folders indexed by configuration name.
|
||||||
*/
|
*/
|
||||||
protected function getComponentNames($type, array $list) {
|
public function getComponentNames($type, array $list) {
|
||||||
$extension = '.' . $this->getFileExtension();
|
$extension = '.' . $this->getFileExtension();
|
||||||
$folders = array();
|
$folders = array();
|
||||||
foreach ($list as $name) {
|
foreach ($list as $name) {
|
||||||
|
|
Loading…
Reference in New Issue