Commit b8a23de
File tree
4 files changed
+26
-16
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/Factory
- Tests/DependencyInjection/Security/Factory
- Component/Security/Guard
- Firewall
- Provider
4 files changed
+26
-16
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
| 66 | + |
| 67 | + |
65 | 68 |
|
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
69 |
| - |
| 72 | + |
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
| ||
76 | 79 |
|
77 | 80 |
|
78 | 81 |
|
79 |
| - |
| 82 | + |
80 | 83 |
|
81 | 84 |
|
82 | 85 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
109 |
| - |
| 110 | + |
110 | 111 |
|
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
116 | 117 |
|
117 |
| - |
| 118 | + |
118 | 119 |
|
119 | 120 |
|
120 | 121 |
|
|
src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php+13-7Lines changed: 13 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
70 | 76 |
|
71 | 77 |
|
72 | 78 |
|
|
src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
0 commit comments