We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b55449 commit d53c889Copy full SHA for d53c889
src/Symfony/Component/Lock/StoreInterface.php
@@ -31,7 +31,7 @@ interface StoreInterface
31
public function save(Key $key);
32
33
/**
34
- * Waits a key becomes free, then stores the resource.
+ * Waits until a key becomes free, then stores the resource.
35
*
36
* If the store does not support this feature it should throw a NotSupportedException.
37
0 commit comments