Commit 5fd0fe6
File tree
Expand file treeCollapse file tree
17 files changed
+46
-26
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Tests
- Bundle/FrameworkBundle
- Tests
- Command/CacheClearCommand
- Controller
- Component
- Debug/Tests
- Fixtures
- DependencyInjection/Tests/Loader
- Form/Tests/Extension/Csrf/CsrfProvider
- HttpFoundation
- Session/Storage
- Tests/Session/Storage/Handler
- HttpKernel
- Tests/EventListener
- Routing/Tests/Fixtures
- Security/Csrf/Tests/TokenStorage
Expand file treeCollapse file tree
17 files changed
+46
-26
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 | 28 |
|
| 29 | + |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Bridge/Twig/Tests/AppVariableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/AppVariableTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
47 | 50 |
|
48 | 51 |
|
49 | 52 |
|
|
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
146 | 149 |
|
147 | 150 |
|
148 | 151 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json+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/Debug/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
|
src/Symfony/Component/Debug/Tests/Fixtures/Throwing.php
Copy file name to clipboard+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
421 | 421 |
|
422 | 422 |
|
423 | 423 |
|
| 424 | + |
| 425 | + |
| 426 | + |
424 | 427 |
|
425 | 428 |
|
426 | 429 |
|
|
src/Symfony/Component/Form/Tests/Extension/Csrf/CsrfProvider/LegacyDefaultCsrfProviderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Csrf/CsrfProvider/LegacyDefaultCsrfProviderTest.php-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 | 26 |
|
33 | 27 |
|
34 | 28 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
106 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
107 | 110 |
|
108 | 111 |
|
109 | 112 |
|
| ||
209 | 212 |
|
210 | 213 |
|
211 | 214 |
|
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
212 | 219 |
|
213 | 220 |
|
214 | 221 |
|
| ||
333 | 340 |
|
334 | 341 |
|
335 | 342 |
|
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
336 | 347 |
|
337 | 348 |
|
338 | 349 |
|
| ||
384 | 395 |
|
385 | 396 |
|
386 | 397 |
|
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
387 | 402 |
|
388 | 403 |
|
389 | 404 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
| 272 | + |
| 273 | + |
| 274 | + |
272 | 275 |
|
273 | 276 |
|
274 | 277 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/TestSessionListenerTest.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
| 65 | + |
67 | 66 |
|
68 | 67 |
|
69 | 68 |
|
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+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/Routing/Tests/Fixtures/validresource.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/validresource.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
3 | 6 |
|
4 | 7 |
|
5 | 8 |
|
|
src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php-8Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 | 32 |
|
41 | 33 |
|
42 | 34 |
|
|
0 commit comments