wapmorgan / PhpDeprecationDetector

Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
http://wapmorgan.github.io/PhpDeprecationDetector/
BSD 3-Clause "New" or "Revised" License
364 stars 37 forks source link

Feature Request: Output enhancements. #78

Open NathanGibbs3 opened 1 year ago

NathanGibbs3 commented 1 year ago
  1. Allow --output-file= to send output to a regular file when output mode is stdout.
    • Currently I get around this limitation via shell output redirection.
  2. Add a --report-width= option to control width of the generated output.

Thank you for your consideration, and a great project. :smile: