diff --git a/src/Factory/UriSignerFactory.php b/src/Factory/UriSignerFactory.php index 2b419ef..8397630 100644 --- a/src/Factory/UriSignerFactory.php +++ b/src/Factory/UriSignerFactory.php @@ -27,7 +27,7 @@ class UriSignerFactory public function __construct( #[\SensitiveParameter] private string $secret, - private string $parameter = '_hash' + private string $parameter = '_hash', ) { }