File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
// $cache pool object was created before
43
43
$productsCount = $cache->getItem('stats.products_count');
44
44
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
46
46
in the cache item (this step is done automatically when using the Cache Contracts)::
47
47
48
48
// storing a simple integer
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ the correct tag:
165
165
166
166
# config/services.yaml
167
167
168
- # put this after the ` App\` line that registers all your services
168
+ # put this after the " App\" line that registers all your services
169
169
command_handlers :
170
170
namespace : App\MessageHandler\
171
171
resource : ' %kernel.project_dir%/src/MessageHandler/*CommandHandler.php'
You can’t perform that action at this time.
0 commit comments