Commit da3ba9e
committed
File tree
Expand file treeCollapse file tree
13 files changed
+191
-19
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/Factory
- Tests
- DependencyInjection/Security/Factory
- Functional
- Bundle/AuthenticatorBundle
- app/Authenticator
- Component
- DependencyInjection
- Dumper
- Tests/Fixtures/php
- HttpClient
- VarExporter
- Internal
- Tests/Fixtures
Expand file treeCollapse file tree
13 files changed
+191
-19
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php+20-3Lines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 |
| - |
| 51 | + |
50 | 52 |
|
51 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
52 | 60 |
|
53 | 61 |
|
54 | 62 |
|
| ||
80 | 88 |
|
81 | 89 |
|
82 | 90 |
|
| 91 | + |
| 92 | + |
83 | 93 |
|
84 | 94 |
|
85 |
| - |
| 95 | + |
86 | 96 |
|
87 |
| - |
| 97 | + |
88 | 98 |
|
89 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
90 | 107 |
|
91 | 108 |
|
92 | 109 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
105 | 139 |
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/AuthenticatorBundle.php
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/DummyFormLoginFactory.php
Copy file name to clipboard+43Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Authenticator/bundles.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Authenticator/bundles.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Authenticator/custom_handlers.yml
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Authenticator/routing.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Authenticator/routing.yml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
486 | 486 |
|
487 | 487 |
|
488 | 488 |
|
489 |
| - |
| 489 | + |
490 | 490 |
|
491 | 491 |
|
492 | 492 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
419 | 419 |
|
420 | 420 |
|
421 | 421 |
|
422 |
| - |
423 |
| - |
424 |
| - |
| 422 | + |
425 | 423 |
|
426 | 424 |
|
427 | 425 |
|
428 | 426 |
|
| 427 | + |
429 | 428 |
|
430 |
| - |
| 429 | + |
431 | 430 |
|
432 |
| - |
| 431 | + |
433 | 432 |
|
434 | 433 |
|
435 | 434 |
|
|
src/Symfony/Component/HttpClient/CurlHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CurlHttpClient.php+13-6Lines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
| 202 | + |
202 | 203 |
|
203 |
| - |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
204 | 210 |
|
205 | 211 |
|
206 | 212 |
|
| ||
216 | 222 |
|
217 | 223 |
|
218 | 224 |
|
219 |
| - |
| 225 | + |
220 | 226 |
|
221 | 227 |
|
222 | 228 |
|
| ||
228 | 234 |
|
229 | 235 |
|
230 | 236 |
|
231 |
| - |
232 |
| - |
233 |
| - |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
234 | 241 |
|
235 | 242 |
|
236 | 243 |
|
237 | 244 |
|
238 | 245 |
|
239 |
| - |
| 246 | + |
240 | 247 |
|
241 | 248 |
|
242 | 249 |
|
|
src/Symfony/Component/VarExporter/Internal/Exporter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Internal/Exporter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 |
| - |
| 201 | + |
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
|
src/Symfony/Component/VarExporter/Tests/Fixtures/unit-enum.php
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
0 commit comments