From 8d149792e212c1170ac64cb4ef07d642435a42f4 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow <40327885+jrushlow@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:25:59 -0400 Subject: [PATCH] minor #192 [ci] php-cs-fixer it up --- src/Factory/UriSignerFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) { }