Skip to content

Commit 8d14979

Browse files
authored
minor #192 [ci] php-cs-fixer it up
1 parent a88ba79 commit 8d14979

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
@@ -27,7 +27,7 @@ class UriSignerFactory
2727
public function __construct(
2828
#[\SensitiveParameter]
2929
private string $secret,
30-
private string $parameter = '_hash'
30+
private string $parameter = '_hash',
3131
) {
3232
}
3333

0 commit comments

Comments
 (0)