Commit 7c31147
committed
File tree
Expand file treeCollapse file tree
14 files changed
+258
-44
lines changedFilter options
- Compiler
- Dumper
- Tests
- Compiler
- Dumper
- Fixtures
- config
- php
Expand file treeCollapse file tree
14 files changed
+258
-44
lines changedCompiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: Compiler/InlineServiceDefinitionsPass.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
226 |
| - |
| 226 | + |
| 227 | + |
| 228 | + |
227 | 229 |
|
228 | 230 |
|
Compiler/ValidateEnvPlaceholdersPass.php
Copy file name to clipboardExpand all lines: Compiler/ValidateEnvPlaceholdersPass.php+48-11Lines changed: 48 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 49 | + |
| 50 | + |
60 | 51 |
|
61 | 52 |
|
62 | 53 |
|
| ||
97 | 88 |
|
98 | 89 |
|
99 | 90 |
|
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 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 | + |
100 | 137 |
|
+18-16Lines changed: 18 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
338 | 338 |
|
339 | 339 |
|
340 | 340 |
|
341 |
| - |
| 341 | + |
342 | 342 |
|
343 | 343 |
|
344 | 344 |
|
| ||
831 | 831 |
|
832 | 832 |
|
833 | 833 |
|
834 |
| - |
835 |
| - |
| 834 | + |
836 | 835 |
|
837 | 836 |
|
838 | 837 |
|
| ||
1152 | 1151 |
|
1153 | 1152 |
|
1154 | 1153 |
|
1155 |
| - |
1156 |
| - |
1157 |
| - |
| 1154 | + |
1158 | 1155 |
|
1159 | 1156 |
|
1160 | 1157 |
|
| ||
2197 | 2194 |
|
2198 | 2195 |
|
2199 | 2196 |
|
| 2197 | + |
| 2198 | + |
| 2199 | + |
| 2200 | + |
| 2201 | + |
| 2202 | + |
2200 | 2203 |
|
2201 | 2204 |
|
2202 | 2205 |
|
| ||
2305 | 2308 |
|
2306 | 2309 |
|
2307 | 2310 |
|
2308 |
| - |
2309 | 2311 |
|
2310 | 2312 |
|
2311 | 2313 |
|
| ||
2317 | 2319 |
|
2318 | 2320 |
|
2319 | 2321 |
|
2320 |
| - |
| 2322 | + |
2321 | 2323 |
|
2322 | 2324 |
|
2323 | 2325 |
|
| 2326 | + |
| 2327 | + |
| 2328 | + |
| 2329 | + |
2324 | 2330 |
|
2325 |
| - |
| 2331 | + |
| 2332 | + |
2326 | 2333 |
|
2327 | 2334 |
|
2328 |
| - |
2329 |
| - |
| 2335 | + |
2330 | 2336 |
|
2331 |
| - |
2332 |
| - |
2333 |
| - |
| 2337 | + |
2334 | 2338 |
|
2335 | 2339 |
|
2336 |
| - |
2337 |
| - |
2338 | 2340 |
|
2339 | 2341 |
|
2340 | 2342 |
|
|
Tests/Compiler/ValidateEnvPlaceholdersPassTest.php
Copy file name to clipboardExpand all lines: Tests/Compiler/ValidateEnvPlaceholdersPassTest.php+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
76 | 106 |
|
77 | 107 |
|
78 | 108 |
|
|
Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: Tests/Dumper/PhpDumperTest.php+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
59 | 61 |
|
60 | 62 |
|
61 | 63 |
|
| ||
1668 | 1670 |
|
1669 | 1671 |
|
1670 | 1672 |
|
| 1673 | + |
| 1674 | + |
| 1675 | + |
| 1676 | + |
| 1677 | + |
| 1678 | + |
| 1679 | + |
| 1680 | + |
| 1681 | + |
| 1682 | + |
| 1683 | + |
| 1684 | + |
| 1685 | + |
| 1686 | + |
| 1687 | + |
| 1688 | + |
| 1689 | + |
| 1690 | + |
| 1691 | + |
| 1692 | + |
| 1693 | + |
| 1694 | + |
| 1695 | + |
| 1696 | + |
| 1697 | + |
| 1698 | + |
| 1699 | + |
| 1700 | + |
| 1701 | + |
| 1702 | + |
| 1703 | + |
| 1704 | + |
| 1705 | + |
| 1706 | + |
| 1707 | + |
| 1708 | + |
| 1709 | + |
| 1710 | + |
| 1711 | + |
| 1712 | + |
| 1713 | + |
| 1714 | + |
| 1715 | + |
| 1716 | + |
| 1717 | + |
| 1718 | + |
| 1719 | + |
| 1720 | + |
| 1721 | + |
| 1722 | + |
| 1723 | + |
| 1724 | + |
| 1725 | + |
1671 | 1726 |
|
1672 | 1727 |
|
1673 | 1728 |
|
|
Tests/Fixtures/DependencyContainer.php
Copy file name to clipboard+25Lines changed: 25 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 | + |
Tests/Fixtures/DependencyContainerInterface.php
Copy file name to clipboard+17Lines changed: 17 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 | + |
Tests/Fixtures/config/child.expected.yml
Copy file name to clipboardExpand all lines: Tests/Fixtures/config/child.expected.yml+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
Tests/Fixtures/config/from_callable.expected.yml
Copy file name to clipboardExpand all lines: Tests/Fixtures/config/from_callable.expected.yml+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
| 13 | + |
| 14 | + |
Tests/Fixtures/php/closure_proxy.php
Copy file name to clipboardExpand all lines: Tests/Fixtures/php/closure_proxy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
Tests/Fixtures/php/lazy_closure.php
Copy file name to clipboardExpand all lines: Tests/Fixtures/php/lazy_closure.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
0 commit comments