Skip to content

Use valid number of backslashes, depending on 1 or 2 ticks - 4.2 #11772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/cache/cache_items.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pool::
// $cache pool object was created before
$productsCount = $cache->getItem('stats.products_count');

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

// storing a simple integer
Expand Down
2 changes: 1 addition & 1 deletion messenger/multiple_buses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ the correct tag:

# config/services.yaml

# put this after the `App\` line that registers all your services
# put this after the "App\" line that registers all your services
command_handlers:
namespace: App\MessageHandler\
resource: '%kernel.project_dir%/src/MessageHandler/*CommandHandler.php'
Expand Down