Commit 5b9e75e
committed
File tree
Expand file treeCollapse file tree
10 files changed
+125
-19
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Resources/config
- Tests/Functional
- TwigBundle/Tests/Functional
- Component
- BrowserKit
- Tests
- Console
- Helper
- Tests/Helper
- Validator/Resources/translations
Expand file treeCollapse file tree
10 files changed
+125
-19
lines changed+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1907 | 1907 |
|
1908 | 1908 |
|
1909 | 1909 |
|
| 1910 | + |
| 1911 | + |
| 1912 | + |
| 1913 | + |
| 1914 | + |
| 1915 | + |
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/PropertyInfoTest.php
Copy file name to clipboard+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Component/BrowserKit/Cookie.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Cookie.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
216 |
| - |
217 |
| - |
218 | 216 |
|
219 | 217 |
|
220 | 218 |
|
|
src/Symfony/Component/BrowserKit/Tests/CookieTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Tests/CookieTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 |
| - |
94 |
| - |
| 93 | + |
| 94 | + |
| 95 | + |
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
|
src/Symfony/Component/Console/Helper/Table.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
599 | 599 |
|
600 | 600 |
|
601 | 601 |
|
602 |
| - |
| 602 | + |
603 | 603 |
|
604 | 604 |
|
605 | 605 |
|
|
src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
86 |
| - |
87 |
| - |
88 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
|
src/Symfony/Component/Console/Tests/Helper/TableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/TableTest.php+37-8Lines changed: 37 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
485 | 485 |
|
486 | 486 |
|
487 | 487 |
|
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
488 | 517 |
|
489 | 518 |
|
490 | 519 |
|
| ||
713 | 742 |
|
714 | 743 |
|
715 | 744 |
|
716 |
| - |
| 745 | + |
717 | 746 |
|
718 |
| - |
| 747 | + |
719 | 748 |
|
720 | 749 |
|
721 | 750 |
|
|
src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
281 | 317 |
|
282 | 318 |
|
283 | 319 |
|
0 commit comments