Problem/Motivation
Part of #2571965: [meta] Fix PHP coding standards in core.
Sniff for coding standard is not implemented.
<rule ref="Drupal.Semantics.FunctionT.NotLiteralString"/>
Steps to reproduce
Proposed resolution
Add <rule ref="Drupal.Semantics.FunctionT.NotLiteralString"/>
to phpcs.xml.dist
Add ignore lines where it can't be changed to using only literals. That is currently 70 lines.
Remaining tasks
Review
Commit