Skip to content

Commit bf2337c

Browse files
minor #34290 [DI] Remove LazyString from 4.4, before adding back to the String component (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [DI] Remove LazyString from 4.4, before adding back to the String component | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - In #34190 I'm proposing to move LazyString to the Service contracts, but String might be a better fit actually. Let's remove the class from 4.4 where it's not really needed, and add it back on 5.0 in the String component. Commits ------- b1a3ee76ac [DI] Remove LazyString from 4.4, before adding back to the String component
2 parents 225c720 + 7a0c365 commit bf2337c

File tree

4 files changed

+0
-186
lines changed

4 files changed

+0
-186
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CHANGELOG
1414
* made singly-implemented interfaces detection be scoped by file
1515
* added ability to define a static priority method for tagged service
1616
* added support for improved syntax to define method calls in Yaml
17-
* added `LazyString` for lazy computation of string values injected into services
1817
* made the `%env(base64:...)%` processor able to decode base64url
1918
* added ability to choose behavior of decorations on non existent decorated services
2019

LazyString.php

Lines changed: 0 additions & 112 deletions
This file was deleted.

Tests/LazyStringTest.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"require-dev": {
2424
"symfony/yaml": "^3.4|^4.0|^5.0",
2525
"symfony/config": "^4.3|^5.0",
26-
"symfony/error-handler": "^4.4|^5.0",
2726
"symfony/expression-language": "^3.4|^4.0|^5.0"
2827
},
2928
"suggest": {

0 commit comments

Comments
 (0)