plugin-php
plugin-php copied to clipboard
Support for --range-start and --range-end
Hello,
I’m trying to format only specific sections of files in a legacy codebase using the --range-start and --range-end options.
This works fine with JS files but when using this plugin for PHP, prettier doesn’t apply any changes and essentially fails silently.
Is this a known issue? I would greatly appreciate any guidance on how to resolve this.