Commit 326aa86
File tree
4 files changed
+17
-2
lines changedFilter options
- src/Symfony
- Bundle/WebProfilerBundle
- Resources/views/Collector
- Component/HttpKernel
- DataCollector
- Tests/DataCollector
4 files changed
+17
-2
lines changedsrc/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
99 | 103 |
|
100 | 104 |
|
101 | 105 |
|
|
src/Symfony/Bundle/WebProfilerBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| ||
139 | 140 |
|
140 | 141 |
|
141 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
142 | 151 |
|
143 | 152 |
|
144 | 153 |
|
|
src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| 55 | + |
54 | 56 |
|
55 | 57 |
|
0 commit comments