8000 minor #59521 Issue 59387-2: make check with prefix more robust (PatNo… · symfony/symfony@561f1fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 561f1fb

Browse files
committed
minor #59521 Issue 59387-2: make check with prefix more robust (PatNowak)
This PR was squashed before being merged into the 7.2 branch. Discussion ---------- Issue 59387-2: make check with prefix more robust | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no | Deprecations? |no | Issues | Fix #59387 | License | MIT Making the #59387 more robust and future proof. Commits ------- e1af127 Issue 59387-2: make check with prefix more robust
2 parents a8a9e0b + e1af127 commit 561f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 No matching script.';
32+
private const NO_SCRIPT_ERROR_MESSAGE_PREFIX = 'NOSCRIPT';
3333

3434
private bool $supportTime;
3535

0 commit comments

Comments
 (0)
0