Commit dbcc6cb
File tree
12 files changed
+24
-16
lines changedFilter options
- src/Symfony/Component/HttpKernel
- CacheClearer
- CacheWarmer
- Debug
- EventListener
- HttpCache
- Profiler
- Tests
- CacheWarmer
- Profiler
12 files changed
+24
-16
lines changedsrc/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Component/HttpKernel/HttpCache/Store.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/Store.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
390 | 390 |
|
391 | 391 |
|
392 | 392 |
|
393 |
| - |
| 393 | + |
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
|
src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| ||
257 | 257 |
|
258 | 258 |
|
259 | 259 |
|
260 |
| - |
| 260 | + |
261 | 261 |
|
262 | 262 |
|
263 | 263 |
|
|
src/Symfony/Component/HttpKernel/Profiler/Profile.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Profiler/Profile.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
122 | 123 |
|
123 | 124 |
|
124 | 125 |
|
125 |
| - |
| 126 | + |
126 | 127 |
|
127 | 128 |
|
128 | 129 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
641 | 641 |
|
642 | 642 |
|
643 | 643 |
|
644 |
| - |
| 644 | + |
645 | 645 |
|
646 | 646 |
|
647 | 647 |
|
| ||
661 | 661 |
|
662 | 662 |
|
663 | 663 |
|
664 |
| - |
| 664 | + |
665 | 665 |
|
666 | 666 |
|
667 | 667 |
|
|
src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| 62 | + |
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
| ||
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
| 91 | + |
89 | 92 |
|
90 | 93 |
|
91 | 94 |
|
| ||
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
| 100 | + |
97 | 101 |
|
98 | 102 |
|
99 | 103 |
|
| ||
102 | 106 |
|
103 | 107 |
|
104 | 108 |
|
| 109 | + |
105 | 110 |
|
106 | 111 |
|
107 | 112 |
|
| ||
110 | 115 |
|
111 | 116 |
|
112 | 117 |
|
| 118 | + |
113 | 119 |
|
114 | 120 |
|
115 | 121 |
|
| ||
121 | 127 |
|
122 | 128 |
|
123 | 129 |
|
| 130 | + |
124 | 131 |
|
125 | 132 |
|
126 | 133 |
|
|
0 commit comments