Closed nochso closed 8 years ago
Similar to php-cs-fixer, allow outputting to console without writing a file.
php-cs-fixer
Maybe even a --diff option to show differences between new output and an existing file.
--diff
--dry-run
Closed by f29b52a7fd3dfb07777f904f0d1e04d212bff6b6 and cab9ffe765dc9f93c6a6401183ef9105127b995a
Similar to
php-cs-fixer
, allow outputting to console without writing a file.Maybe even a
--diff
option to show differences between new output and an existing file.--dry-run
Display output only. Do not write to file.--diff
Imply--dry-run
and show diffs to existing file.