You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#61905 [HtmlSanitizer] Remove redundant assignment to promoted property $con… (momito69)
This PR was merged into the 7.4 branch. Discussion ---------- [HtmlSanitizer] Remove redundant assignment to promoted property $con… | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fixsymfony#61904 | License | MIT In the HtmlSanitizer class constructor, there is a redundant assignment to the promoted property `$this->config`: Since **$config** is already a promoted property, the explicit assignment `$this->config = $config;` is unnecessary and can be safely removed. Commits ------- 51a290a [HtmlSanitizer] Remove redundant assignment to promoted property $config in constructor
0 commit comments