Marc Würth

Results 63 issues of Marc Würth

Though it will be enforced through Composer, it would be better to clearly state the system requirements. What OSes are generally supported? I Assume at least: - Windows - Linux...

I guess the reach and proliferation of phpmnd could benefit from having a simple but sufficient informational website. At best under a simple domain such as phpmnd.org. Like: - [PHPMD](https://phpmd.org/)...

If you plan to support & maintain this project over many years, it could be beneficial to move this tool away from your personal namespace/GitHub user to a phpmnd specific...

Especially if this tools becomes bigger and gets more features, it would benefit from having a complete documentation. This documentation should not live in the [README.md](README.md), as it would bloat...

Currently, if one has stored his seeder tasks in a sub folder of `app/Console/Task`, the seeder task prompt does not find them. If one enters a valid seeder task name...

enhancement

Currently, if one has stored his seeder tasks in a plugin instead of `app/Console/Task`, the seeder task prompt does not find them.

enhancement

Currently, if one has stored his seeder tasks in any other folder than `app/Console/Task`, while having setup the folder lookups correcly , the seeder task prompt does not find them.

enhancement

Links are for navigating to resources, first and foremost. As in [URL, Uniform __Resource__ Locator]( https://en.wikipedia.org/wiki/URL). Likewise, mentioning (navigating between application) state(s) and thus hinting at HATEOAS does not seem...

Noticed that thee are no unit tests. The code should be covered with unit tests where reasonable. I guess that means at least the following should be covered: https://github.com/ceeram/clear_cache/blob/master/Lib/ClearCache.php https://github.com/ceeram/clear_cache/blob/master/Lib/Panel/ClearCachePanel.php

## Describe the bug I used the plugin to check a CakePHP application that uses some CakePHP plugins and got two false-positives. ## Error dump ```` Unused packages ✗ cakedc/tiny-mce...