File tree
Expand file treeCollapse file tree
6 files changed
+31
-32
lines changedFilter options
- src/Symfony/Component/Security/Core/Authorization
- AccessDecisionManager
Expand file treeCollapse file tree
6 files changed
+31
-32
lines changedsrc/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php+9-10Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
110 | 109 |
|
src/Symfony/Component/Security/Core/Authorization/Strategy/AbstractDecideStrategy.php renamed to src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/AbstractAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/AbstractAccessDecisionManager.php+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
6 | 9 |
|
7 | 10 |
|
8 | 11 |
|
| ||
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
44 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
src/Symfony/Component/Security/Core/Authorization/Strategy/DecideAffirmativeStrategy.php renamed to src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/AffirmativeAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/AffirmativeAccessDecisionManager.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
57 |
| - |
58 |
| - |
| 56 | + |
src/Symfony/Component/Security/Core/Authorization/Strategy/DecideConsensusStrategy.php renamed to src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/ConsensusAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/ConsensusAccessDecisionManager.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
| ||
74 | 73 |
|
75 | 74 |
|
76 | 75 |
|
77 |
| - |
78 | 76 |
|
src/Symfony/Component/Security/Core/Authorization/Strategy/DecideHighestNotAbstainedVoterStrategy.php renamed to src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/HighestNotAbstainedVoterAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/HighestNotAbstainedVoterAccessDecisionManager.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
14 |
| - |
| 13 | + |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
47 |
| - |
48 |
| - |
| 46 | + |
src/Symfony/Component/Security/Core/Authorization/Strategy/DecideUnanimousStrategy.php renamed to src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/UnanimousAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager/UnanimousAccessDecisionManager.php+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
61 |
| - |
62 |
| - |
| 60 | + |
0 commit comments