Skip to content

Commit a75bdbc

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fixed a RST syntax issue
2 parents c095889 + 20695d4 commit a75bdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ template that includes some specific blocks.
9696

9797
First, add the ``getTemplate()`` method in your data collector class to return
9898
the path of the Twig template to use. Then, add some *getters* to give the
99-
template access to the collected information::::
99+
template access to the collected information::
100100

101101
// src/DataCollector/RequestCollector.php
102102
namespace App\DataCollector;

0 commit comments

Comments
 (0)