Commit e0fa597
File tree
11 files changed
+155
-20
lines changedFilter options
- DependencyInjection
- Security/Factory
- Tests/DependencyInjection
- Security/Factory
11 files changed
+155
-20
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/AbstractFactory.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
| ||
67 | 65 |
|
68 | 66 |
|
69 | 67 |
|
70 |
| - |
| 68 | + |
71 | 69 |
|
72 | 70 |
|
73 | 71 |
|
| ||
128 | 126 |
|
129 | 127 |
|
130 | 128 |
|
131 |
| - |
| 129 | + |
132 | 130 |
|
133 | 131 |
|
134 | 132 |
|
|
DependencyInjection/Security/Factory/EntryPointFactoryInterface.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/EntryPointFactoryInterface.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 |
| - |
| 29 | + |
27 | 30 |
|
DependencyInjection/Security/Factory/FormLoginFactory.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/FormLoginFactory.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
DependencyInjection/Security/Factory/GuardAuthenticationFactory.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/GuardAuthenticationFactory.php+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
116 |
| - |
| 117 | + |
117 | 118 |
|
118 | 119 |
|
119 | 120 |
|
120 | 121 |
|
121 |
| - |
| 122 | + |
122 | 123 |
|
123 |
| - |
124 |
| - |
125 | 124 |
|
126 | 125 |
|
127 | 126 |
|
|
DependencyInjection/Security/Factory/HttpBasicFactory.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/HttpBasicFactory.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
DependencyInjection/Security/Factory/HttpBasicLdapFactory.php
Copy file name to clipboardExpand all lines: DependencyInjection/Security/Factory/HttpBasicLdapFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: DependencyInjection/SecurityExtension.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| ||
443 | 444 |
|
444 | 445 |
|
445 | 446 |
|
| 447 | + |
| 448 | + |
| 449 | + |
446 | 450 |
|
447 | 451 |
|
448 | 452 |
|
| ||
543 | 547 |
|
544 | 548 |
|
545 | 549 |
|
546 |
| - |
| 550 | + |
547 | 551 |
|
548 | 552 |
|
549 | 553 |
|
|
Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Security/Factory/GuardAuthenticationFactoryTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
181 |
| - |
| 181 | + |
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
|
Tests/DependencyInjection/SecurityExtensionTest.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/SecurityExtensionTest.php+131Lines changed: 131 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
23 | 30 |
|
| 31 | + |
24 | 32 |
|
25 | 33 |
|
26 | 34 |
|
| ||
413 | 421 |
|
414 | 422 |
|
415 | 423 |
|
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
416 | 508 |
|
417 | 509 |
|
418 | 510 |
|
| ||
439 | 531 |
|
440 | 532 |
|
441 | 533 |
|
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
0 commit comments