Skip to content

Commit f6dd734

Browse files
author
PatNowak
committed
Even shorter
1 parent 3f2ca17 commit f6dd734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Store/RedisStore.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RedisStore implements SharedLockStoreInterface
2929
{
3030
use ExpiringStoreTrait;
3131

32-
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT ';
32+
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';
3333

3434
private bool $supportTime;
3535

0 commit comments

Comments
 (0)