Commit 8bc014c
committed
File tree
Expand file treeCollapse file tree
61 files changed
+130
-537
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Form/Type
- Bundle
- FrameworkBundle/Routing
- SecurityBundle/DependencyInjection/Security/Factory
- Component
- Config/Definition
- Builder
- Console/Formatter
- CssSelector/XPath/Extension
- DependencyInjection
- Compiler
- Loader
- Filesystem/Tests
- Form
- Extension
- Core
- DataTransformer
- Type
- DependencyInjection
- Test
- HttpFoundation/Session/Storage/Handler
- HttpKernel
- Bundle
- Intl
- Data
- Bundle
- Compiler
- Reader
- Generator
- Util
- DateFormatter/DateFormat
- NumberFormatter
- OptionsResolver
- Process
- PropertyAccess
- Routing/Loader
- Security/Guard
- Firewall
- Serializer/Normalizer
- Translation/Dumper
- Validator
- Constraints
- Mapping
- Validator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
61 files changed
+130
-537
lines changed+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
| 8 | + |
| 9 | + |
7 | 10 |
|
8 |
| - |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
| 205 | + |
210 | 206 |
|
211 | 207 |
|
212 | 208 |
|
|
src/Symfony/Bundle/FrameworkBundle/Routing/Router.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Routing/Router.php+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
| 162 | + |
170 | 163 |
|
171 | 164 |
|
172 | 165 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
| 100 | + |
104 | 101 |
|
105 | 102 |
|
106 | 103 |
|
| ||
118 | 115 |
|
119 | 116 |
|
120 | 117 |
|
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
| 118 | + |
125 | 119 |
|
126 | 120 |
|
src/Symfony/Component/Config/Definition/ArrayNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/ArrayNode.php+5-18Lines changed: 5 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
222 |
| - |
223 |
| - |
| 222 | + |
224 | 223 |
|
225 | 224 |
|
226 | 225 |
|
227 | 226 |
|
228 | 227 |
|
229 |
| - |
230 |
| - |
| 228 | + |
231 | 229 |
|
232 | 230 |
|
233 | 231 |
|
| ||
264 | 262 |
|
265 | 263 |
|
266 | 264 |
|
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
| 265 | + |
272 | 266 |
|
273 | 267 |
|
274 | 268 |
|
| ||
307 | 301 |
|
308 | 302 |
|
309 | 303 |
|
310 |
| - |
311 |
| - |
| 304 | + |
312 | 305 |
|
313 | 306 |
|
314 | 307 |
|
| ||
365 | 358 |
|
366 | 359 |
|
367 | 360 |
|
368 |
| - |
369 |
| - |
370 |
| - |
371 |
| - |
372 |
| - |
373 |
| - |
374 |
| - |
| 361 | + |
375 | 362 |
|
376 | 363 |
|
377 | 364 |
|
|
src/Symfony/Component/Config/Definition/BaseNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/BaseNode.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
245 |
| - |
246 |
| - |
247 |
| - |
248 |
| - |
249 |
| - |
250 |
| - |
| 245 | + |
251 | 246 |
|
252 | 247 |
|
253 | 248 |
|
|
src/Symfony/Component/Config/Definition/BooleanNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/BooleanNode.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
| 29 | + |
34 | 30 |
|
35 | 31 |
|
36 | 32 |
|
|
src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php+8-24Lines changed: 8 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
472 | 472 |
|
473 | 473 |
|
474 | 474 |
|
475 |
| - |
476 |
| - |
477 |
| - |
| 475 | + |
478 | 476 |
|
479 | 477 |
|
480 | 478 |
|
481 | 479 |
|
482 | 480 |
|
483 | 481 |
|
484 | 482 |
|
485 |
| - |
486 |
| - |
487 |
| - |
| 483 | + |
488 | 484 |
|
489 | 485 |
|
490 | 486 |
|
491 |
| - |
492 |
| - |
493 |
| - |
| 487 | + |
494 | 488 |
|
495 | 489 |
|
496 | 490 |
|
497 |
| - |
498 |
| - |
499 |
| - |
| 491 | + |
500 | 492 |
|
501 | 493 |
|
502 | 494 |
|
| ||
510 | 502 |
|
511 | 503 |
|
512 | 504 |
|
513 |
| - |
514 |
| - |
515 |
| - |
| 505 | + |
516 | 506 |
|
517 | 507 |
|
518 | 508 |
|
519 | 509 |
|
520 |
| - |
521 |
| - |
522 |
| - |
| 510 | + |
523 | 511 |
|
524 | 512 |
|
525 | 513 |
|
526 |
| - |
527 |
| - |
528 |
| - |
| 514 | + |
529 | 515 |
|
530 | 516 |
|
531 | 517 |
|
532 |
| - |
533 |
| - |
534 |
| - |
| 518 | + |
535 | 519 |
|
536 | 520 |
|
537 | 521 |
|
|
src/Symfony/Component/Config/Definition/EnumNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/EnumNode.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 46 | + |
51 | 47 |
|
52 | 48 |
|
53 | 49 |
|
|
src/Symfony/Component/Config/Definition/PrototypedArrayNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/PrototypedArrayNode.php+5-13Lines changed: 5 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
189 |
| - |
| 188 | + |
190 | 189 |
|
191 | 190 |
|
192 | 191 |
|
| ||
199 | 198 |
|
200 | 199 |
|
201 | 200 |
|
202 |
| - |
203 |
| - |
| 201 | + |
204 | 202 |
|
205 | 203 |
|
206 | 204 |
|
| ||
232 | 230 |
|
233 | 231 |
|
234 | 232 |
|
235 |
| - |
236 |
| - |
| 233 | + |
237 | 234 |
|
238 | 235 |
|
239 | 236 |
|
| ||
262 | 259 |
|
263 | 260 |
|
264 | 261 |
|
265 |
| - |
266 |
| - |
| 262 | + |
267 | 263 |
|
268 | 264 |
|
269 | 265 |
|
| ||
314 | 310 |
|
315 | 311 |
|
316 | 312 |
|
317 |
| - |
318 |
| - |
319 |
| - |
320 |
| - |
321 |
| - |
| 313 | + |
322 | 314 |
|
323 | 315 |
|
324 | 316 |
|
|
src/Symfony/Component/Config/Definition/ScalarNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/ScalarNode.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
| 36 | + |
41 | 37 |
|
42 | 38 |
|
43 | 39 |
|
|
src/Symfony/Component/Config/Definition/VariableNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/VariableNode.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
| 85 | + |
90 | 86 |
|
91 | 87 |
|
92 | 88 |
|
|
src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php+4-20Lines changed: 4 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
| 93 | + |
98 | 94 |
|
99 | 95 |
|
100 | 96 |
|
| ||
116 | 112 |
|
117 | 113 |
|
118 | 114 |
|
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
| 115 | + |
124 | 116 |
|
125 | 117 |
|
126 | 118 |
|
| ||
136 | 128 |
|
137 | 129 |
|
138 | 130 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
| 131 | + |
144 | 132 |
|
145 | 133 |
|
146 | 134 |
|
| ||
158 | 146 |
|
159 | 147 |
|
160 | 148 |
|
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
| 149 | + |
166 | 150 |
|
167 | 151 |
|
168 | 152 |
|
|
0 commit comments