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
bug #60400 [Config] Fix generated comment for multiline "info" (GromNaN)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Config] Fix generated comment for multiline "info"
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#60317
| License | MIT
Instead of fixing the multiline comment formatting only for the "info" part, the `* ` is now prepended to every line of the generated comment block.
`nette/code-generator` uses almost the same transformation: https://github.com/nette/php-generator/blob/42806049a7774a2bd316c958f5dcf01c6b5c56fa/src/PhpGenerator/Helpers.php#L60
Commits
-------
941c051 [Config] Fix generated comment for multiline "info"
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php
0 commit comments