Skip to content

Commit f5a14f6

Browse files
authored
Merge pull request #89 from kg-bot/analysis-MPRAbD
Apply fixes from StyleCI
2 parents 57ca86f + 9a16a81 commit f5a14f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Classes/ExportLocalizations.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ protected function findLanguageFiles($path)
149149
});
150150

151151
return [
152-
'lang' => array_values($nonVendorFiles),
152+
'lang' => array_values($nonVendorFiles),
153153
'vendor' => array_values($vendorFiles),
154-
'json' => array_values($jsonFiles),
154+
'json' => array_values($jsonFiles),
155155
];
156156
}
157157

0 commit comments

Comments
 (0)