Commit ce64435
File tree
Expand file treeCollapse file tree
7 files changed
+31
-28
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Security
- Acl
- Dbal
- Tests/Domain
- Core
- Authentication/Provider
- Authorization/Voter
- Encoder
- Http/Tests/Firewall
Expand file treeCollapse file tree
7 files changed
+31
-28
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Security/Acl/Dbal/AclProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Dbal/AclProvider.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
165 | 165 | |
166 | 166 | |
167 | 167 | |
168 | | - |
| 168 | + |
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | 172 | |
173 | 173 | |
174 | | - |
| 174 | + |
175 | 175 | |
176 | 176 | |
177 | 177 | |
|
Collapse file
src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
253 | 253 | |
254 | 254 | |
255 | 255 | |
256 | | - |
| 256 | + |
257 | 257 | |
258 | 258 | |
259 | 259 | |
| ||
360 | 360 | |
361 | 361 | |
362 | 362 | |
363 | | - |
| 363 | + |
364 | 364 | |
365 | 365 | |
366 | 366 | |
| ||
806 | 806 | |
807 | 807 | |
808 | 808 | |
809 | | - |
| 809 | + |
810 | 810 | |
811 | 811 | |
812 | 812 | |
| ||
925 | 925 | |
926 | 926 | |
927 | 927 | |
928 | | - |
929 | | - |
| 928 | + |
| 929 | + |
| 930 | + |
930 | 931 | |
931 | | - |
932 | 932 | |
| 933 | + |
933 | 934 | |
934 | 935 | |
935 | 936 | |
| ||
949 | 950 | |
950 | 951 | |
951 | 952 | |
952 | | - |
953 | 953 | |
Collapse file
src/Symfony/Component/Security/Acl/Tests/Domain/AuditLoggerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Tests/Domain/AuditLoggerTest.php+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
|
Collapse file
src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php+10-11Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
59 | 58 | |
60 | 59 | |
61 | 60 | |
62 | | - |
| 61 | + |
63 | 62 | |
64 | 63 | |
65 | 64 | |
66 | | - |
| 65 | + |
67 | 66 | |
68 | 67 | |
69 | 68 | |
|
Collapse file
src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
| 36 | + |
| 37 | + |
36 | 38 | |
37 | 39 | |
38 | 40 | |
|
Collapse file
src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
| 92 | + |
| 93 | + |
92 | 94 | |
93 | 95 | |
94 | 96 | |
|
Collapse file
src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
90 | | - |
| 90 | + |
91 | 91 | |
92 | 92 | |
93 | 93 | |
| ||
103 | 103 | |
104 | 104 | |
105 | 105 | |
106 | | - |
| 106 | + |
107 | 107 | |
108 | 108 | |
109 | 109 | |
| ||
126 | 126 | |
127 | 127 | |
128 | 128 | |
129 | | - |
| 129 | + |
130 | 130 | |
131 | 131 | |
132 | 132 | |
| ||
156 | 156 | |
157 | 157 | |
158 | 158 | |
159 | | - |
| 159 | + |
160 | 160 | |
161 | 161 | |
162 | 162 | |
|
0 commit comments