acquia / drupal-recommended-settings

The composer plugin to add Acquia's drupal recommended settings in your drupal project.
4 stars 5 forks source link

PHPCS Failure in default settings. #52

Closed b-sharpe closed 5 months ago

b-sharpe commented 5 months ago

Describe the bug This was just flagged for me in a deploy, simple fix, I didn't have time to fork/PR today so just putting here if someone wants to fix/commit:

Offending line: https://github.com/acquia/drupal-recommended-settings/blob/develop/settings/site/default.local.settings.php#L56

--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 56 | ERROR | [x] There should be no white space before a closing ")"
    |       |     (Drupal.WhiteSpace.CloseBracketSpacing.ClosingWhitespace)
--------------------------------------------------------------------------------

To Reproduce Run PHPCS on docroot/sites/default/settings/default.local.settings.php