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
|
||||
* Folders indexed by configuration name.
|
||||
*/
|
||||
protected function getComponentNames($type, array $list) {
|
||||
public function getComponentNames($type, array $list) {
|
||||
$extension = '.' . $this->getFileExtension();
|
||||
$folders = array();
|
||||
foreach ($list as $name) {
|
||||
|
|
Loading…
Reference in New Issue