wp-cli / wp-config-transformer

Programmatically edit a wp-config.php file
MIT License
81 stars 25 forks source link

Add EOF as special-case anchor #23

Closed fuegas closed 5 years ago

fuegas commented 5 years ago

This is a fix for #10. However, instead of using

[ 'anchor' => WPConfigTransformer::NO_ANCHOR ]

I suggest to use

[ 'anchor' => WPConfigTransformer::ANCHOR_EOF ]

With this name you know where it will be placed right away.

schlessera commented 5 years ago

Thanks for the PR, @fuegas !