Skip to content

Commit

Permalink
Merge pull request #89 from kg-bot/analysis-MPRAbD
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kg-bot committed Mar 17, 2024
2 parents 57ca86f + 9a16a81 commit f5a14f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classes/ExportLocalizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ protected function findLanguageFiles($path)
});

return [
'lang' => array_values($nonVendorFiles),
'lang' => array_values($nonVendorFiles),
'vendor' => array_values($vendorFiles),
'json' => array_values($jsonFiles),
'json' => array_values($jsonFiles),
];
}

Expand Down

0 comments on commit f5a14f6

Please sign in to comment.