Commit d65adc0
File tree
Expand file treeCollapse file tree
25 files changed
+95
-50
lines changedFilter options
- src/Symfony
- Bundle
- TwigBundle/DependencyInjection
- WebProfilerBundle/Resources/views/Collector
- Component
- BrowserKit
- Tests
- Finder/Tests
- Iterator
- Form
- Extension/Core/DataTransformer
- Tests
- Extension/Core/DataTransformer
- HttpFoundation
- Tests
- HttpKernel
- DataCollector
- HttpCache
- Profiler
- Tests/DataCollector
- Intl/Tests/DateFormatter
- Process/Tests
- Security/Acl
- Domain
- Tests/Domain
- Stopwatch/Tests
Expand file treeCollapse file tree
25 files changed
+95
-50
lines changed+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
|
src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
| 173 | + |
174 | 174 |
|
175 | 175 |
|
176 |
| - |
177 |
| - |
| 176 | + |
| 177 | + |
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| 113 | + |
| 114 | + |
113 | 115 |
|
114 | 116 |
|
115 | 117 |
|
| ||
144 | 146 |
|
145 | 147 |
|
146 | 148 |
|
147 |
| - |
148 | 149 |
|
149 | 150 |
|
150 | 151 |
|
|
src/Symfony/Component/BrowserKit/Client.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Client.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
547 | 547 |
|
548 | 548 |
|
549 | 549 |
|
550 |
| - |
| 550 | + |
551 | 551 |
|
552 | 552 |
|
553 | 553 |
|
|
src/Symfony/Component/BrowserKit/Cookie.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Cookie.php+10-7Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
73 | 72 |
|
74 | 73 |
|
75 | 74 |
|
76 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
77 | 86 |
|
78 | 87 |
|
79 | 88 |
|
| ||
91 | 100 |
|
92 | 101 |
|
93 | 102 |
|
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 | 103 |
|
101 | 104 |
|
102 | 105 |
|
|
src/Symfony/Component/BrowserKit/Tests/ClientTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Tests/ClientTest.php+19-4Lines changed: 19 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
210 | 225 |
|
211 | 226 |
|
212 | 227 |
|
| ||
332 | 347 |
|
333 | 348 |
|
334 | 349 |
|
335 |
| - |
| 350 | + |
336 | 351 |
|
337 | 352 |
|
338 | 353 |
|
| ||
362 | 377 |
|
363 | 378 |
|
364 | 379 |
|
365 |
| - |
| 380 | + |
366 | 381 |
|
367 | 382 |
|
368 | 383 |
|
| ||
392 | 407 |
|
393 | 408 |
|
394 | 409 |
|
395 |
| - |
| 410 | + |
396 | 411 |
|
397 | 412 |
|
398 | 413 |
|
| ||
562 | 577 |
|
563 | 578 |
|
564 | 579 |
|
565 |
| - |
| 580 | + |
566 | 581 |
|
567 | 582 |
|
568 | 583 |
|
|
src/Symfony/Component/BrowserKit/Tests/CookieTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Tests/CookieTest.php+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Component/BrowserKit/Tests/HistoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Tests/HistoryTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
|
src/Symfony/Component/Finder/Tests/FinderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Tests/FinderTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
265 |
| - |
| 265 | + |
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
|
src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
218 |
| - |
| 218 | + |
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
|
src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractLayoutTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
| 143 | + |
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
|
src/Symfony/Component/HttpFoundation/Response.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1080 | 1080 |
|
1081 | 1081 |
|
1082 | 1082 |
|
1083 |
| - |
| 1083 | + |
1084 | 1084 |
|
1085 | 1085 |
|
1086 | 1086 |
|
|
src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
|
src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
388 | 388 |
|
389 | 389 |
|
390 | 390 |
|
391 |
| - |
| 391 | + |
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
|
src/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
868 | 868 |
|
869 | 869 |
|
870 | 870 |
|
871 |
| - |
| 871 | + |
872 | 872 |
|
873 | 873 |
|
874 | 874 |
|
|
src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
|
src/Symfony/Component/Security/Acl/Tests/Domain/EntryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Tests/Domain/EntryTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
|
0 commit comments