Problem/Motivation
Passing TRUE to write() here is redundant (it is the default value): https://git.drupalcode.org/project/drupal/-/blob/b6aadece5d777b6772d1bf8...
Steps to reproduce
Proposed resolution
Remove this argument.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3617668
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3617668-redundant-argument-in
changes, plain diff MR !16750
Comments
Comment #4
garvitasakhrani commentedRemoved the redundant argument from HtaccessWriter::ensure() since TRUE is already the default value for write(). Updates have been pushed. Please review. Thanks!
Comment #5
smustgrave commentedLGTM
Comment #6
longwaveBackported to 11.x to keep things in sync but not a bug fix so not worth backporting further.
Committed and pushed fdcaa694054 to main and a7be8755f18 to 11.x. Thanks!