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
Sullivan SENECHAL b662e7eaf2
Correct PHPDoc type for float ttl
It can be null as the Lock instance accepts it.
2018-10-04 10:48:17 +02:00
..
Exception [Lock] Check TTL expiration in lock acquisition 2017-09-03 07:31:45 -07:00
Store [Lock] remove useless code 2018-09-20 13:44:13 +02:00
Strategy Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Tests fixed usage of setUp in tests 2018-09-04 08:21:44 +02:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
CHANGELOG.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Factory.php Correct PHPDoc type for float ttl 2018-10-04 10:48:17 +02:00
Key.php fixed CS 2017-09-11 14:34:45 -07:00
LICENSE Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
Lock.php Think positive 2018-09-18 14:23:51 +02:00
LockInterface.php fixed CS 2017-09-11 14:34:45 -07:00
phpunit.xml.dist [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
README.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
StoreInterface.php [Lock] Fix incorrect phpdoc 2017-12-11 10:12:53 +01:00