Commit f09ccf4
File tree
6 files changed
+27
-22
lines changedFilter options
- src/Symfony/Bundle/SecurityBundle
- DependencyInjection
- Resources/config
- Security
- Tests
- DependencyInjection
- Security
6 files changed
+27
-22
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+7-10Lines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
| 270 | + |
270 | 271 |
|
271 | 272 |
|
272 | 273 |
|
| ||
279 | 280 |
|
280 | 281 |
|
281 | 282 |
|
282 |
| - |
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
| 309 | + |
309 | 310 |
|
310 | 311 |
|
311 | 312 |
|
312 | 313 |
|
313 | 314 |
|
314 | 315 |
|
315 | 316 |
|
316 |
| - |
317 |
| - |
318 | 317 |
|
319 | 318 |
|
320 | 319 |
|
| 320 | + |
| 321 | + |
321 | 322 |
|
322 | 323 |
|
323 | 324 |
|
| ||
399 | 400 |
|
400 | 401 |
|
401 | 402 |
|
402 |
| - |
403 |
| - |
404 |
| - |
405 |
| - |
406 |
| - |
407 |
| - |
| 403 | + |
| 404 | + |
408 | 405 |
|
409 | 406 |
|
410 | 407 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
120 | 119 |
|
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
|
src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 | 33 |
|
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 | 47 |
|
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
| 66 | + |
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 | 81 |
|
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
88 | 87 |
|
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
92 | 93 |
|
| 94 | + |
| 95 | + |
93 | 96 |
|
94 | 97 |
|
95 | 98 |
|
| ||
104 | 107 |
|
105 | 108 |
|
106 | 109 |
|
107 |
| - |
108 | 110 |
|
| 111 | + |
109 | 112 |
|
110 | 113 |
|
111 | 114 |
|
112 | 115 |
|
113 | 116 |
|
| 117 | + |
| 118 | + |
114 | 119 |
|
115 | 120 |
|
116 | 121 |
|
117 | 122 |
|
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
121 |
| - |
122 | 126 |
|
| 127 | + |
123 | 128 |
|
124 | 129 |
|
125 | 130 |
|
126 | 131 |
|
127 | 132 |
|
| 133 | + |
| 134 | + |
128 | 135 |
|
129 | 136 |
|
130 | 137 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 | 35 |
|
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
0 commit comments