Skip to content

Commit

Permalink
chore(deps): update dependency rector/rector to v0.17.7 (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent 177120b commit 1e7a480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 src/Form/PostJobOfferType.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function ($tagsAsArray): string {
// transform the array to a string
return implode(', ', array_map('trim', $tagsAsArray));
},
function ($tagsAsString) {
function ($tagsAsString): array {
if (null === $tagsAsString) {
return [];
}
Expand Down

0 comments on commit 1e7a480

Please sign in to comment.