Commit 8d4e3c5
committed
File tree
18 files changed
+108
-57
lines changedFilter options
- src/Symfony
- Bridge/PhpUnit
- Tests/DeprecationErrorHandler
- deprecation
- Component
- Config
- Definition/Builder
- Tests/Definition/Builder
- DependencyInjection/Compiler
- HttpFoundation
- Process
- Validator
- Tests/Constraints
- Yaml
- Tests
- Fixtures
18 files changed
+108
-57
lines changedsrc/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
79 | 82 |
|
80 |
| - |
| 83 | + |
81 | 84 |
|
82 | 85 |
|
83 | 86 |
|
|
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation.phar
Copy file name to clipboard6.67 KB
Binary file not shown.
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_phar.php
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt
Copy file name to clipboard+23Lines changed: 23 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 | + |
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt
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 | + |
src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
286 |
| - |
287 |
| - |
288 |
| - |
| 286 | + |
289 | 287 |
|
290 | 288 |
|
291 | 289 |
|
|
src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php-15Lines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 | 210 |
|
225 | 211 |
|
226 | 212 |
|
| ||
296 | 282 |
|
297 | 283 |
|
298 | 284 |
|
299 |
| - |
300 | 285 |
|
301 | 286 |
|
302 | 287 |
|
|
src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php-19Lines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
132 | 131 |
|
133 | 132 |
|
134 | 133 |
|
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 | 134 |
|
src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/HttpFoundation/HeaderBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/HeaderBag.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
105 |
| - |
106 |
| - |
| 104 | + |
| 105 | + |
| 106 | + |
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
134 |
| - |
135 |
| - |
| 133 | + |
| 134 | + |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
332 |
| - |
333 |
| - |
334 |
| - |
335 |
| - |
336 |
| - |
337 |
| - |
338 |
| - |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
339 | 339 |
|
340 | 340 |
|
341 | 341 |
|
|
src/Symfony/Component/Process/Process.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Process.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
334 |
| - |
| 334 | + |
| 335 | + |
| 336 | + |
335 | 337 |
|
336 | 338 |
|
337 | 339 |
|
|
src/Symfony/Component/Validator/Constraint.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraint.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
217 | 227 |
|
218 | 228 |
|
219 | 229 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/FileTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/FileTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
29 | 39 |
|
30 | 40 |
|
31 | 41 |
|
|
src/Symfony/Component/Yaml/Dumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Yaml/Dumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Component/Yaml/Tests/DumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Yaml/Tests/DumperTest.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
446 |
| - |
| 446 | + |
| 447 | + |
447 | 448 |
|
448 | 449 |
|
449 | 450 |
|
| ||
453 | 454 |
|
454 | 455 |
|
455 | 456 |
|
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
456 | 462 |
|
457 | 463 |
|
458 | 464 |
|
|
src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
0 commit comments