Skip to content

Commit

Permalink
Merge pull request #373 from php-tuf/dependabot/composer/all-b26704f5f1
Browse files Browse the repository at this point in the history
Bump the all group with 3 updates
  • Loading branch information
TravisCarden authored Jun 24, 2024
2 parents c9fc682 + e50d45d commit b705970
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/EndToEnd/EndToEndFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private static function changeFile(string $dir, string $filename): void
assert($result !== false, sprintf('Failed to change file: %s', $fileAbsolute));
}

private static function putJson($filename, $json): void
private static function putJson(string $filename, array $json): void
{
file_put_contents($filename, json_encode($json, JSON_THROW_ON_ERROR | JSON_UNESCAPED_SLASHES));
}
Expand Down

0 comments on commit b705970

Please sign in to comment.