Skip to content

Commit

Permalink
minor #58472 CS: clean some whitespaces/indentation (keradus)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 7.2 branch.

Discussion
----------

CS: clean some whitespaces/indentation

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix CS
| License       | MIT

Commits
-------

d0f63b8afa1 CS: clean some whitespaces/indentation
  • Loading branch information
nicolas-grekas committed Oct 8, 2024
1 parent 9df47da commit 57d5a5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Data/Generator/LanguageDataGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ protected function generateDataForLocale(BundleEntryReaderInterface $reader, str
$localizedNames[$language] = $name;
}
}
$data = [

return [
'Names' => $names,
'LocalizedNames' => $localizedNames,
];

return $data;
}

return null;
Expand Down

0 comments on commit 57d5a5a

Please sign in to comment.