Commit f9dff06
committed
Merge branch '2.4'
* 2.4:
fixed CS
fixed a typo
fixed CS for lambdas
[Yaml] fixed some license headers
Fixes message value for objects
Check for hour, minute & second validity
avoid tables to have apparently long blank line breaks and be too far appart for long nested array params
fixed various typos
[Filesystem] Fixed mirror for symlinks
[Validator] Removed duplicated test for IBAN in data providerFile tree
Expand file treeCollapse file tree
71 files changed
+251
-170
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bridge
- Doctrine
- DependencyInjection/CompilerPass
- Tests/Validator/Constraints
- ProxyManager/LazyProxy/PhpDumper
- Bundle
- FrameworkBundle
- Command
- Console/Descriptor
- DependencyInjection
- Tests/DependencyInjection
- Translation
- SecurityBundle
- DataCollector
- DependencyInjection
- Security
- Factory
- UserProvider
- TwigBundle/DependencyInjection
- Component
- BrowserKit/Tests
- Config
- Definition/Builder
- Tests/Definition
- Builder
- Util
- Console
- Helper
- Output
- Debug
- Tests
- DependencyInjection
- LazyProxy/PhpDumper
- EventDispatcher/Tests
- Filesystem
- Tests
- Finder
- Shell
- Tests
- Iterator
- Form
- Extension/Core/DataTransformer
- Tests
- Extension
- Core/DataTransformer
- Validator
- Constraints
- Type
- HttpFoundation
- File
- Tests/Session/Storage/Handler
- HttpKernel/Tests
- DependencyInjection
- Intl
- DateFormatter
- DateFormat
- Tests/DateFormatter
- Process
- Tests
- Routing/Tests/Fixtures
- Security/Http/RememberMe
- Translation/Dumper
- Validator
- Constraints
- Tests
- Constraints
- Mapping
- Yaml
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
71 files changed
+251
-170
lines changedOpen diff view settings
Collapse file
src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueValidatorTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
282 | 282 | |
283 | 283 | |
284 | 284 | |
285 | | - |
| 285 | + |
286 | 286 | |
287 | 287 | |
288 | 288 | |
|
Collapse file
src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.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 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
| 87 | + |
88 | 88 | |
89 | 89 | |
90 | 90 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php+11-1Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
198 | 198 | |
199 | 199 | |
200 | 200 | |
201 | | - |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
202 | 212 | |
203 | 213 | |
204 | 214 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+17-17Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | | - |
| 44 | + |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
74 | | - |
| 73 | + |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
| ||
188 | 188 | |
189 | 189 | |
190 | 190 | |
191 | | - |
| 191 | + |
192 | 192 | |
193 | 193 | |
194 | 194 | |
| ||
258 | 258 | |
259 | 259 | |
260 | 260 | |
261 | | - |
| 261 | + |
262 | 262 | |
263 | 263 | |
264 | 264 | |
| ||
295 | 295 | |
296 | 296 | |
297 | 297 | |
298 | | - |
299 | | - |
| 298 | + |
| 299 | + |
300 | 300 | |
301 | 301 | |
302 | 302 | |
| ||
310 | 310 | |
311 | 311 | |
312 | 312 | |
313 | | - |
314 | | - |
| 313 | + |
| 314 | + |
315 | 315 | |
316 | 316 | |
317 | 317 | |
| ||
335 | 335 | |
336 | 336 | |
337 | 337 | |
338 | | - |
339 | | - |
| 338 | + |
| 339 | + |
340 | 340 | |
341 | 341 | |
342 | 342 | |
| ||
345 | 345 | |
346 | 346 | |
347 | 347 | |
348 | | - |
349 | | - |
| 348 | + |
| 349 | + |
350 | 350 | |
351 | 351 | |
352 | 352 | |
| ||
364 | 364 | |
365 | 365 | |
366 | 366 | |
367 | | - |
368 | | - |
| 367 | + |
| 368 | + |
369 | 369 | |
370 | 370 | |
371 | 371 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
437 | 437 | |
438 | 438 | |
439 | 439 | |
440 | | - |
| 440 | + |
441 | 441 | |
442 | 442 | |
443 | 443 | |
| ||
448 | 448 | |
449 | 449 | |
450 | 450 | |
451 | | - |
| 451 | + |
452 | 452 | |
453 | 453 | |
454 | 454 | |
| ||
485 | 485 | |
486 | 486 | |
487 | 487 | |
488 | | - |
| 488 | + |
489 | 489 | |
490 | 490 | |
491 | 491 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
203 | 203 | |
204 | 204 | |
205 | 205 | |
206 | | - |
| 206 | + |
207 | 207 | |
208 | 208 | |
209 | 209 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
91 | | - |
| 91 | + |
92 | 92 | |
93 | 93 | |
94 | 94 | |
|
Collapse file
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | | - |
| 60 | + |
61 | 61 | |
62 | 62 | |
63 | 63 | |
|
0 commit comments