File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -589,8 +589,7 @@ to enable this feature. This could be added by using the following configuration
589
589
cache :
590
590
pools :
591
591
my_cache_pool :
592
- adapter : cache.adapter.redis
593
- tags : true
592
+ adapter : cache.adapter.redis_tag_aware
594
593
595
594
.. code-block :: xml
596
595
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Creating a Bug Reproducer
2
2
=========================
3
3
4
4
The main Symfony code repository receives thousands of issues reports per year.
5
- Some of those issues are easy to understand and the Symfony Core developers can
6
- fix them without any other information. However, other issues are much harder to
5
+ Some of those issues are easy to understand and can
6
+ be fixed without any other information. However, other issues are much harder to
7
7
understand because developers can't reproduce them in their computers. That's
8
8
when we'll ask you to create a "bug reproducer", which is the minimum amount of
9
9
code needed to make the bug appear when executed.
Original file line number Diff line number Diff line change @@ -870,7 +870,7 @@ The second optional argument is used to override the default form field values.
870
870
871
871
If you need access to the :class: `Symfony\\ Component\\ DomCrawler\\ Form ` object
872
872
that provides helpful methods specific to forms (such as ``getUri() ``,
873
- ``getValues() `` and ``getFields () ``) use the ``Crawler::selectButton() `` method instead::
873
+ ``getValues() `` and ``getFiles () ``) use the ``Crawler::selectButton() `` method instead::
874
874
875
875
$client = static::createClient();
876
876
$crawler = $client->request('GET', '/post/hello-world');
You can’t perform that action at this time.
0 commit comments