Commit 5b45818
File tree
Expand file treeCollapse file tree
12 files changed
+90
-11
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/PropertyAccess
- Tests
Expand file treeCollapse file tree
12 files changed
+90
-11
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
849 | 849 |
|
850 | 850 |
|
851 | 851 |
|
| 852 | + |
852 | 853 |
|
853 | 854 |
|
854 | 855 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1304 | 1304 |
|
1305 | 1305 |
|
1306 | 1306 |
|
| 1307 | + |
| 1308 | + |
1307 | 1309 |
|
1308 | 1310 |
|
1309 | 1311 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
| 227 | + |
227 | 228 |
|
228 | 229 |
|
229 | 230 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
| 249 | + |
249 | 250 |
|
250 | 251 |
|
251 | 252 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/property_accessor.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
| ||
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
|
src/Symfony/Component/PropertyAccess/PropertyAccessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessor.php+10-9Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
73 |
| - |
| 74 | + |
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
| 79 | + |
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
| ||
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 |
| - |
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
| ||
313 | 315 |
|
314 | 316 |
|
315 | 317 |
|
316 |
| - |
| 318 | + |
317 | 319 |
|
318 | 320 |
|
319 | 321 |
|
| ||
372 | 374 |
|
373 | 375 |
|
374 | 376 |
|
375 |
| - |
376 |
| - |
| 377 | + |
| 378 | + |
| 379 | + |
377 | 380 |
|
378 | 381 |
|
379 |
| - |
380 |
| - |
381 | 382 |
|
382 |
| - |
| 383 | + |
383 | 384 |
|
384 | 385 |
|
385 | 386 |
|
| ||
411 | 412 |
|
412 | 413 |
|
413 | 414 |
|
414 |
| - |
| 415 | + |
415 | 416 |
|
416 | 417 |
|
417 | 418 |
|
|
src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php+39-1Lines changed: 39 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
97 | 98 |
|
98 | 99 |
|
99 | 100 |
|
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
100 | 138 |
|
101 | 139 |
|
102 | 140 |
|
| ||
128 | 166 |
|
129 | 167 |
|
130 | 168 |
|
131 |
| - |
| 169 | + |
132 | 170 |
|
133 | 171 |
|
src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
100 | 101 |
|
101 | 102 |
|
102 | 103 |
|
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
103 | 114 |
|
104 | 115 |
|
105 | 116 |
|
| ||
617 | 628 |
|
618 | 629 |
|
619 | 630 |
|
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
620 | 650 |
|
621 | 651 |
|
622 | 652 |
|
|
0 commit comments