Skip to content

Commit 9a16a81

Browse files
committed
Apply fixes from StyleCI
1 parent 57ca86f commit 9a16a81

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)