phpmnd icon indicating copy to clipboard operation
phpmnd copied to clipboard

PHP Magic Number Detector

Results 24 phpmnd issues
Sort by recently updated
recently updated
newest added

Since the number of options keeps growing it would be considerable to allow their configuration via a dedicated configuration file. Whether this happens via a programmtic approach, like [done](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/src/ConfigInterface.php) by...

enhancement

https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-an-error-message This will leave comments inline with the offending code, the output option can be used to turn it on, may even detect github by default

Feature Request

Hello, First, thanks for the tool! I have added it to my development stack, and use it against Drupal contrib modules that I maintain. Is there a way to ignore...

Feature Request

Rework Console output in order to get rid of `tpus`. That is how it looks like: ![image](https://user-images.githubusercontent.com/1302230/177635054-88c13a51-c24f-4e85-900b-b4455c6b7925.png) Fixes an issue https://github.com/povils/phpmnd/issues/153

When run phpmnd in an alpine container without ncurses I get an error `sh: tput: not found`.

This PR enables flex as part of shivammathur/setup-php to avoid issue: https://github.com/povils/phpmnd/runs/7217943038?check_suite_focus=true and composer > 2.3 P.S. A bit blocks our release

Please consider using https://phar.io/ in your release process

This PR: - Removes `createPhar`. Switch to [Box](https://github.com/box-project/box) instead of using our own mechanism.

Currently the magic number is detected but the wrong value is shown This converts the number back to what the user is expecting eg 015 used to show Magic Number...