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
PHPCS and PHPLINT are traversing the files directory within src/sites, which for an operating site means scanning all uploaded styles, as well as any cached files. This would mostly be a performance overhead, except something toolbar related in my current D8 project has placed some broken PHP code into the files directory by way of caching.
PHPCS and PHPLINT are traversing the files directory within src/sites, which for an operating site means scanning all uploaded styles, as well as any cached files. This would mostly be a performance overhead, except something toolbar related in my current D8 project has placed some broken PHP code into the files directory by way of caching.
This can be fixed by replacing:
with something like
The goal is to keep an eye out on any PHP configuration files under
src/sites
or an immediate subdirectory thereof.The text was updated successfully, but these errors were encountered: