Issue #1968446 by Gábor Hojtsy: Whitespace fixes in language installer and config install storage.

8.0.x
Alex Pott 2013-04-12 10:31:37 +01:00
parent ca94ae9032
commit 7f6cf775d7
2 changed files with 72 additions and 72 deletions

View File

@ -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) {