Commit 081c601
File tree
5 files changed
+7
-37
lines changedFilter options
- src/Symfony/Component/Security/Guard
- Authenticator
5 files changed
+7
-37
lines changedsrc/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
| 39 | + |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
|
src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
60 |
| - |
| 58 | + |
61 | 59 |
|
62 | 60 |
|
63 | 61 |
|
|
src/Symfony/Component/Security/Guard/AuthenticatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/AuthenticatorInterface.php-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
| ||
53 | 51 |
|
54 | 52 |
|
55 | 53 |
|
56 |
| - |
57 |
| - |
58 | 54 |
|
59 | 55 |
|
60 | 56 |
|
|
src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
| 73 | + |
77 | 74 |
|
78 | 75 |
|
79 | 76 |
|
| ||
93 | 90 |
|
94 | 91 |
|
95 | 92 |
|
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
| 93 | + |
100 | 94 |
|
101 | 95 |
|
102 | 96 |
|
| ||
115 | 109 |
|
116 | 110 |
|
117 | 111 |
|
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
| 112 | + |
122 | 113 |
|
123 | 114 |
|
124 | 115 |
|
|
src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php+2-16Lines changed: 2 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
60 | 58 |
|
61 | 59 |
|
62 | 60 |
|
| ||
69 | 67 |
|
70 | 68 |
|
71 | 69 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 | 70 |
|
76 | 71 |
|
77 | 72 |
|
| ||
87 | 82 |
|
88 | 83 |
|
89 | 84 |
|
90 |
| - |
91 |
| - |
92 |
| - |
93 | 85 |
|
94 | 86 |
|
95 | 87 |
|
| ||
105 | 97 |
|
106 | 98 |
|
107 | 99 |
|
108 |
| - |
109 |
| - |
| 100 | + |
110 | 101 |
|
111 | 102 |
|
112 | 103 |
|
| ||
121 | 112 |
|
122 | 113 |
|
123 | 114 |
|
124 |
| - |
125 |
| - |
126 |
| - |
127 | 115 |
|
128 | 116 |
|
129 | 117 |
|
| ||
137 | 125 |
|
138 | 126 |
|
139 | 127 |
|
140 |
| - |
141 |
| - |
142 |
| - |
| 128 | + |
143 | 129 |
|
144 | 130 |
|
145 | 131 |
|
|
0 commit comments