Commit 71d7744
File tree
14 files changed
+54
-24
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle/Tests/DataCollector
- Component/Security/Core
- Authorization
- Strategy
- Voter
- Event
- Test
- Tests
- Authorization
- Strategy
- Fixtures
14 files changed
+54
-24
lines changedsrc/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
464 | 464 |
|
465 | 465 |
|
466 | 466 |
|
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
467 | 471 |
|
src/Symfony/Component/Security/Core/Authorization/AccessDecision.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecision.php+12-13Lines changed: 12 additions & 13 deletions
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 |
|
| ||
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
| ||
60 | 59 |
|
61 | 60 |
|
62 | 61 |
|
63 |
| - |
| 62 | + |
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
71 |
| - |
| 70 | + |
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
75 |
| - |
| 74 | + |
76 | 75 |
|
77 | 76 |
|
78 | 77 |
|
79 |
| - |
| 78 | + |
80 | 79 |
|
81 | 80 |
|
82 | 81 |
|
83 |
| - |
| 82 | + |
84 | 83 |
|
85 | 84 |
|
86 | 85 |
|
87 |
| - |
| 86 | + |
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
91 |
| - |
| 90 | + |
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
| 94 | + |
96 | 95 |
|
97 | 96 |
|
98 | 97 |
|
99 |
| - |
| 98 | + |
100 | 99 |
|
101 | 100 |
|
src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
54 |
| - |
| 55 | + |
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/ScoringStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/ScoringStrategy.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php+1-1Lines changed: 1 addition & 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 | 24 |
|
|
src/Symfony/Component/Security/Core/Event/VoteEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Event/VoteEvent.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 |
| - |
| 34 | + |
33 | 35 |
|
34 |
| - |
35 |
| - |
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php+6Lines changed: 6 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 |
|
| ||
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
94 | 100 |
|
95 | 101 |
|
96 | 102 |
|
|
src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
354 | 354 |
|
355 | 355 |
|
356 | 356 |
|
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
357 | 362 |
|
358 | 363 |
|
359 | 364 |
|
|
src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ScoringStrategyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ScoringStrategyTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
100 | 101 |
|
101 | 102 |
|
102 | 103 |
|
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
103 | 109 |
|
104 | 110 |
|
105 | 111 |
|
|
src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
22 | 27 |
|
0 commit comments