Commit 00e1258
File tree
Expand file treeCollapse file tree
14 files changed
+121
-29
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- Debug
- DependencyInjection
- Tests/Debug
- Component
- Form
- Extension/Validator/Type
- Tests/Extension/Validator/Type
- Security/Http
- Authenticator/Debug
- Tests/Authenticator/Debug
- Validator
- Constraints
- Tests/Constraints
Expand file treeCollapse file tree
14 files changed
+121
-29
lines changed+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
| 179 | + |
179 | 180 |
|
180 | 181 |
|
181 | 182 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
src/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 |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php+2-1Lines changed: 2 additions & 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 |
|
| ||
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
67 |
| - |
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
62 | 76 |
|
63 | 77 |
|
64 | 78 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticator.php renamed to src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticatorManagerListener.php renamed to src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 | 24 |
|
27 |
| - |
| 25 | + |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
| 29 | + |
31 | 30 |
|
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/Security/Http/Tests/Authenticator/Debug/TraceableAuthenticatorTest.php
Copy file name to clipboard+39Lines changed: 39 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 | + |
src/Symfony/Component/Validator/Constraints/CssColor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/CssColor.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 |
| - |
71 |
| - |
72 |
| - |
| 70 | + |
73 | 71 |
|
74 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
|
src/Symfony/Component/Validator/Constraints/CssColorValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/CssColorValidator.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php+35-4Lines changed: 35 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
46 | 73 |
|
47 | 74 |
|
48 | 75 |
|
| ||
177 | 204 |
|
178 | 205 |
|
179 | 206 |
|
| 207 | + |
180 | 208 |
|
181 | 209 |
|
182 | 210 |
|
| ||
194 | 222 |
|
195 | 223 |
|
196 | 224 |
|
| 225 | + |
197 | 226 |
|
198 | 227 |
|
199 | 228 |
|
| ||
211 | 240 |
|
212 | 241 |
|
213 | 242 |
|
| 243 | + |
214 | 244 |
|
215 | 245 |
|
216 | 246 |
|
| ||
228 | 258 |
|
229 | 259 |
|
230 | 260 |
|
| 261 | + |
231 | 262 |
|
232 | 263 |
|
233 | 264 |
|
| ||
313 | 344 |
|
314 | 345 |
|
315 | 346 |
|
316 |
| - |
| 347 | + |
317 | 348 |
|
318 | 349 |
|
319 | 350 |
|
| ||
336 | 367 |
|
337 | 368 |
|
338 | 369 |
|
339 |
| - |
| 370 | + |
340 | 371 |
|
341 | 372 |
|
342 | 373 |
|
| ||
359 | 390 |
|
360 | 391 |
|
361 | 392 |
|
362 |
| - |
| 393 | + |
363 | 394 |
|
364 | 395 |
|
365 | 396 |
|
| ||
382 | 413 |
|
383 | 414 |
|
384 | 415 |
|
385 |
| - |
| 416 | + |
386 | 417 |
|
387 | 418 |
|
388 | 419 |
|
|
0 commit comments