This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock
2020-05-23 17:32:20 +02:00
..
Exception [Lock] add an InvalidTTLException to be more accurate 2019-06-28 17:30:17 +02:00
Store Fix more quotes in exception messages 2020-03-16 17:13:17 +01:00
Strategy Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Tests Don't execute tests with DBAL 2.x on php 8. 2020-05-23 17:32:20 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
BlockingStoreInterface.php let BlockingStoreInterface extend PersistingStoreInterface 2019-07-30 16:24:25 +02:00
CHANGELOG.md Add missing lock connection string in FrameworkExtension 2019-10-29 14:34:12 +01:00
composer.json Don't execute tests with DBAL 2.x on php 8. 2020-05-23 17:32:20 +02:00
Factory.php fix constructor argument type declaration 2019-12-13 09:10:41 +01:00
Key.php Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
Lock.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
LockFactory.php Set ReturnType of LockFactory to LockInterface 2019-10-18 21:16:41 +02:00
LockInterface.php Add a TTL to refresh lock 2018-02-19 14:37:52 +01:00
PersistingStoreInterface.php [Lock] feature: lock split interface fix post-merge review 2019-07-18 15:46:57 +02:00
phpunit.xml.dist [Lock] remove mention of mongodb 2020-04-12 13:06:58 +02:00
README.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
StoreInterface.php [Lock] feature: lock split interface fix post-merge review 2019-07-18 15:46:57 +02:00