Commit 646d9b0
File tree
Expand file treeCollapse file tree
92 files changed
+166
-190
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Console
- Test
- WebProfilerBundle/Controller
- Component
- BrowserKit
- Cache/Adapter
- Config
- Definition
- Builder
- Loader
- Console
- Command
- Event
- Helper
- Tester
- Tests
- DependencyInjection
- Compiler
- DomCrawler
- ExpressionLanguage
- Form
- Extension/Core/DataTransformer
- HttpFoundation
- Session
- Attribute
- HttpKernel
- EventListener
- Fragment
- HttpCache
- Profiler
- Routing
- Generator/Dumper
- Loader
- Matcher/Dumper
- Security
- Core/Authentication
- Token/Storage
- Http
- Authenticator/Passport
- Stopwatch
- Templating
- Loader
- Translation
- Loader
- Validator
- Mapping
- Loader
- VarExporter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
92 files changed
+166
-190
lines changedsrc/Symfony/Bundle/FrameworkBundle/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Application.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
|
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 |
| - |
| 121 | + |
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
|
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
| 173 | + |
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
| 227 | + |
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
268 |
| - |
| 268 | + |
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
| ||
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
319 |
| - |
| 319 | + |
320 | 320 |
|
321 | 321 |
|
322 | 322 |
|
| ||
338 | 338 |
|
339 | 339 |
|
340 | 340 |
|
341 |
| - |
| 341 | + |
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/BrowserKit/AbstractBrowser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/AbstractBrowser.php+12-24Lines changed: 12 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
109 |
| - |
110 | 108 |
|
111 | 109 |
|
112 | 110 |
|
| ||
120 | 118 |
|
121 | 119 |
|
122 | 120 |
|
123 |
| - |
124 |
| - |
125 | 121 |
|
126 | 122 |
|
127 | 123 |
|
| ||
143 | 139 |
|
144 | 140 |
|
145 | 141 |
|
146 |
| - |
| 142 | + |
147 | 143 |
|
148 | 144 |
|
149 | 145 |
|
| ||
182 | 178 |
|
183 | 179 |
|
184 | 180 |
|
185 |
| - |
| 181 | + |
186 | 182 |
|
187 | 183 |
|
188 | 184 |
|
| ||
192 | 188 |
|
193 | 189 |
|
194 | 190 |
|
195 |
| - |
| 191 | + |
196 | 192 |
|
197 | 193 |
|
198 | 194 |
|
| ||
202 | 198 |
|
203 | 199 |
|
204 | 200 |
|
205 |
| - |
| 201 | + |
206 | 202 |
|
207 | 203 |
|
208 | 204 |
|
| ||
216 | 212 |
|
217 | 213 |
|
218 | 214 |
|
219 |
| - |
| 215 | + |
220 | 216 |
|
221 | 217 |
|
222 | 218 |
|
| ||
233 | 229 |
|
234 | 230 |
|
235 | 231 |
|
236 |
| - |
| 232 | + |
237 | 233 |
|
238 | 234 |
|
239 | 235 |
|
| ||
249 | 245 |
|
250 | 246 |
|
251 | 247 |
|
252 |
| - |
| 248 | + |
253 | 249 |
|
254 | 250 |
|
255 | 251 |
|
| ||
266 | 262 |
|
267 | 263 |
|
268 | 264 |
|
269 |
| - |
| 265 | + |
270 | 266 |
|
271 | 267 |
|
272 | 268 |
|
| ||
435 | 431 |
|
436 | 432 |
|
437 | 433 |
|
438 |
| - |
439 |
| - |
440 |
| - |
| 434 | + |
441 | 435 |
|
442 | 436 |
|
443 | 437 |
|
| ||
472 | 466 |
|
473 | 467 |
|
474 | 468 |
|
475 |
| - |
476 |
| - |
477 |
| - |
| 469 | + |
478 | 470 |
|
479 | 471 |
|
480 | 472 |
|
| ||
493 | 485 |
|
494 | 486 |
|
495 | 487 |
|
496 |
| - |
| 488 | + |
497 | 489 |
|
498 | 490 |
|
499 | 491 |
|
| ||
503 | 495 |
|
504 | 496 |
|
505 | 497 |
|
506 |
| - |
507 |
| - |
508 |
| - |
| 498 | + |
509 | 499 |
|
510 | 500 |
|
511 | 501 |
|
| ||
649 | 639 |
|
650 | 640 |
|
651 | 641 |
|
652 |
| - |
653 |
| - |
654 | 642 |
|
655 | 643 |
|
656 | 644 |
|
|
src/Symfony/Component/BrowserKit/CookieJar.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/CookieJar.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/BrowserKit/History.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/History.php+3-3Lines changed: 3 additions & 3 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 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
src/Symfony/Component/Cache/Adapter/PdoAdapter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/PdoAdapter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/ConfigCacheFactoryInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
357 | 357 |
|
358 | 358 |
|
359 | 359 |
|
360 |
| - |
| 360 | + |
361 | 361 |
|
362 | 362 |
|
363 | 363 |
|
|
src/Symfony/Component/Config/Definition/PrototypedArrayNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/PrototypedArrayNode.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
338 | 338 |
|
339 | 339 |
|
340 | 340 |
|
341 |
| - |
| 341 | + |
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
|
src/Symfony/Component/Config/Loader/LoaderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Loader/LoaderInterface.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/Config/Loader/LoaderResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Loader/LoaderResolver.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
0 commit comments