Skip to content

Commit 1c43caa

Browse files
committed
fix(php72): remove commas
1 parent 482c0a9 commit 1c43caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisSessionEnhancerHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function userAgent(): string
185185
return substr(
186186
(string) $this->container->make('request')->header('User-Agent'),
187187
0,
188-
500,
188+
500
189189
);
190190
}
191191

0 commit comments

Comments
 (0)