Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: Whitespace for CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyhacker0 committed Feb 28, 2024
1 parent dcf7595 commit 09c5d42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module/Olcs/src/Service/Data/MessagingAppOrLicNo.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ public function formatDataForGroups(array $data): array

private function prefixArrayKey(array &$array, string $prefix): void
{
foreach ($array as $k => $v)
{
foreach ($array as $k => $v) {
$array[$prefix . $k] = $v;
unset($array[$k]);
}
Expand Down

0 comments on commit 09c5d42

Please sign in to comment.