Skip to content

Commit 0064f90

Browse files
committed
Merge branch 'main' into 2.x
* main: minor #192 [ci] php-cs-fixer it up
2 parents a895195 + 8d14979 commit 0064f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/UriSignerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class UriSignerFactory
2424
public function __construct(
2525
#[\SensitiveParameter]
2626
private string $secret,
27-
private string $parameter = '_hash'
27+
private string $parameter = '_hash',
2828
) {
2929
}
3030

0 commit comments

Comments
 (0)