Skip to content

Commit

Permalink
Merge pull request #346 from rodrigoprimo/php-8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Nov 29, 2022
2 parents 57bfb1e + bca3ba7 commit c1beab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakeJsonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ protected function build_json_files( $mapping, $base_file_name, $destination ) {
/** @var Translations $translations */

$hash = md5( $file );
$destination_file = "${destination}/{$base_file_name}-{$hash}.json";
$destination_file = "{$destination}/{$base_file_name}-{$hash}.json";

$success = JedGenerator::toFile(
$translations,
Expand Down

0 comments on commit c1beab8

Please sign in to comment.