Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 17, 2024
1 parent 57ca86f commit 9a16a81
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 9a16a81

Please sign in to comment.