Skip to content

Commit 47850e4

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Use valid number of backslashes, depending on 1 or 2 ticks
2 parents 9127f75 + e2a8397 commit 47850e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cache/cache_items.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pool::
4242
// $cache pool object was created before
4343
$productsCount = $cache->getItem('stats.products_count');
4444

45-
Then, use the ``Psr\\Cache\\CacheItemInterface::set`` method to set the data stored
45+
Then, use the ``Psr\Cache\CacheItemInterface::set`` method to set the data stored
4646
in the cache item (this step is done automatically when using the Cache Contracts)::
4747

4848
// storing a simple integer

messenger/multiple_buses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ the correct tag:
165165
166166
# config/services.yaml
167167
168-
# put this after the `App\` line that registers all your services
168+
# put this after the "App\" line that registers all your services
169169
command_handlers:
170170
namespace: App\MessageHandler\
171171
resource: '%kernel.project_dir%/src/MessageHandler/*CommandHandler.php'

0 commit comments

Comments
 (0)