Commit 522594a
committed
Merge branch '4.2'
* 4.2:
[Phpunit] fixed support for PHP 5.3
Response prepare method update
[Workflow] Added missing license header
Fix case when multiple loaders are providing paths for the same namespace
Check if Client exists when test.client does not exist, to provide clearer exception message
throw TypeErrors to prepare for type hints in 5.0
[Form] Preventing validation of children if parent with Valid constraint has no validation groups
[Form] Added ResetInterface to CachingFactoryDecorator
Remove deprecated usage
[Tests] fixed compatbility of assertEquals(): void
Fixed usage of TranslatorInterface in form extension (fixes #30591)
[Intl][4.2] Fix test
[Intl] Fix test
[Validator] Add the missing translations for the Arabic (ar) locale
[Intl] Add compile binary
Fix DebugCommand when chain loader is involved
[Form] Fixed some phpdocs38 files changed
+275-130Lines changed: 275 additions & 130 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge
- Doctrine/PropertyInfo
- PhpUnit/bin
- Twig
- Command
- Tests/Command
- Bundle
- FrameworkBundle
- DependencyInjection
- Resources/config
- Test
- SecurityBundle/Security
- Component
- Form
- ChoiceList
- Factory
- Loader
- Extension
- Core
- EventListener
- Type
- Validator/Constraints
- Tests/Extension
- Core/DataTransformer
- Traits
- Validator/Constraints
- HttpFoundation
- Intl
- Resources
- bin
- data/languages
- Tests
- Data/Provider
- Util
- Security/Core/Authorization/Voter
- Validator/Resources/translations
- Workflow
- Event
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | | - |
| 83 | + |
84 | 84 | |
85 | 85 | |
86 | 86 | |
|
Collapse file
src/Symfony/Bridge/Twig/Command/DebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Command/DebugCommand.php+60-32Lines changed: 60 additions & 32 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
| ||
36 | 37 | |
37 | 38 | |
38 | 39 | |
| 40 | + |
39 | 41 | |
40 | 42 | |
41 | 43 | |
| ||
87 | 89 | |
88 | 90 | |
89 | 91 | |
90 | | - |
| 92 | + |
91 | 93 | |
92 | 94 | |
93 | 95 | |
| ||
150 | 152 | |
151 | 153 | |
152 | 154 | |
153 | | - |
154 | | - |
155 | | - |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
156 | 160 | |
157 | 161 | |
158 | 162 | |
| ||
243 | 247 | |
244 | 248 | |
245 | 249 | |
246 | | - |
247 | | - |
248 | 250 | |
249 | | - |
250 | | - |
251 | | - |
252 | | - |
253 | | - |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
254 | 257 | |
255 | | - |
256 | | - |
| 258 | + |
| 259 | + |
257 | 260 | |
258 | | - |
259 | | - |
260 | | - |
261 | | - |
262 | | - |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
263 | 266 | |
264 | | - |
| 267 | + |
| 268 | + |
265 | 269 | |
266 | 270 | |
267 | 271 | |
| ||
437 | 441 | |
438 | 442 | |
439 | 443 | |
440 | | - |
441 | | - |
442 | | - |
443 | 444 | |
444 | 445 | |
445 | | - |
446 | | - |
447 | | - |
448 | | - |
449 | | - |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
450 | 453 | |
451 | | - |
452 | | - |
453 | | - |
454 | | - |
455 | | - |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
456 | 460 | |
457 | 461 | |
458 | 462 | |
| ||
535 | 539 | |
536 | 540 | |
537 | 541 | |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
538 | 566 | |
Collapse file
src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php+15-1Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| ||
279 | 280 | |
280 | 281 | |
281 | 282 | |
282 | | - |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
283 | 293 | |
284 | 294 | |
285 | 295 | |
| ||
291 | 301 | |
292 | 302 | |
293 | 303 | |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
294 | 308 | |
295 | 309 | |
296 | 310 | |
|
Collapse file
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+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 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
| 58 | + |
58 | 59 | |
59 | 60 | |
60 | 61 | |
| ||
440 | 441 | |
441 | 442 | |
442 | 443 | |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
443 | 449 | |
444 | 450 | |
445 | 451 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
60 | 61 | |
61 | 62 | |
62 | 63 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
40 | 43 | |
41 | 44 | |
42 | 45 | |
|
Collapse file
src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
Collapse file
src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php+7-9Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | 24 | |
| ||
43 | 44 | |
44 | 45 | |
45 | 46 | |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | 47 | |
53 | 48 | |
54 | 49 | |
| ||
212 | 207 | |
213 | 208 | |
214 | 209 | |
| 210 | + |
| 211 | + |
215 | 212 | |
216 | 213 | |
217 | 214 | |
| ||
232 | 229 | |
233 | 230 | |
234 | 231 | |
| 232 | + |
235 | 233 | |
236 | 234 | |
237 | 235 | |
|
0 commit comments