Skip to content

Commit 59ade87

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Workflow] Updated wording on comment Update table in lock component
2 parents f6e7682 + 23c448c commit 59ade87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Store Scope Blocking Expiring Sharing
357357
:ref:`MemcachedStore <lock-store-memcached>` remote no yes no
358358
:ref:`MongoDbStore <lock-store-mongodb>` remote no yes no
359359
:ref:`PdoStore <lock-store-pdo>` remote no yes no
360-
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes yes yes
360+
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes no yes
361361
:ref:`RedisStore <lock-store-redis>` remote no yes yes
362362
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no
363363
:ref:`ZookeeperStore <lock-store-zookeeper>` remote no no no

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ machine type, use ``camelCased workflow name + StateMachine``::
247247
{
248248
private $blogPublishingWorkflow;
249249

250-
// this injects the blog_publishing workflow configured before
250+
// Symfony will inject the 'blog_publishing' workflow configured before
251251
public function __construct(WorkflowInterface $blogPublishingWorkflow)
252252
{
253253
$this->blogPublishingWorkflow = $blogPublishingWorkflow;

0 commit comments

Comments
 (0)