Commit 118f2cb
File tree
4 files changed
+12
-13
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Resources/config
- Component/Security/Core
- Authentication
- Tests/Authentication
4 files changed
+12
-13
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
267 |
| - |
| 267 | + |
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php+7-9Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 | 51 |
|
58 | 52 |
|
59 | 53 |
|
| ||
72 | 66 |
|
73 | 67 |
|
74 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
75 | 73 |
|
76 | 74 |
|
77 | 75 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
36 | 37 |
|
37 |
| - |
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
|
0 commit comments