Skip to content

Commit 6613a54

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Fix typo fix package name
2 parents b0b4536 + 97b1b60 commit 6613a54

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
@@ -705,7 +705,7 @@ The DynamoDbStore saves locks on a Amazon DynamoDB table. Install it by running:
705705

706706
.. code-block:: terminal
707707
708-
$ composer require symfony/amazon-dynamodb-lock
708+
$ composer require symfony/amazon-dynamo-db-lock
709709
710710
It requires a `DynamoDbClient`_ instance or a `Data Source Name (DSN)`_.
711711
This store does not support blocking, and expects a TTL to avoid stalled locks::

serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ works just like serializing a single object::
973973
$person2 = new Person('John Smith', 52, true);
974974

975975
$persons = [$person1, $person2];
976-
$JsonContent = $serializer->serialize($persons, 'json');
976+
$jsonContent = $serializer->serialize($persons, 'json');
977977

978978
// $jsonContent contains [{"name":"Jane Doe","age":39,"sportsman":false},{"name":"John Smith","age":52,"sportsman":true}]
979979

0 commit comments

Comments
 (0)