Skip to content

Commit

Permalink
Merge branch 'main' into 2.x
Browse files Browse the repository at this point in the history
* main:
  minor SymfonyCasts#192 [ci] php-cs-fixer it up
  • Loading branch information
jrushlow committed Aug 31, 2024
2 parents a895195 + 8d14979 commit 0064f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/UriSignerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class UriSignerFactory
public function __construct(
#[\SensitiveParameter]
private string $secret,
private string $parameter = '_hash'
private string $parameter = '_hash',
) {
}

Expand Down

0 comments on commit 0064f90

Please sign in to comment.