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/Store
Nicolas Grekas 4b31b47f08 Merge branch '3.3' into 3.4
* 3.3:
  [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
  [Filesystem] mirror - fix copying content with same name as source/target.
  Removed unnecessary getDefinition() call.
  .php_cs.dist - simplify config
  [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
2017-09-15 12:12:22 +02:00
..
CombinedStore.php [Lock] Check TTL expiration in lock acquisition 2017-09-03 07:31:45 -07:00
FlockStore.php Consistently use 7 chars of sha256 for hash-based id generation 2017-08-03 13:27:37 +02:00
MemcachedStore.php Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
RedisStore.php [Lock] Check TTL expiration in lock acquisition 2017-09-03 07:31:45 -07:00
RetryTillSaveStore.php [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
SemaphoreStore.php Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00