Andrew Miller
Andrew Miller
- PHPMD version: 2.10.2 - PHP Version: 7.2.34 - Installation type: composer - Operating System / Distribution & Version: macOS 11.6 ### Current Behavior The clean code `UndefinedVariable` rule reports...
For all intents and purposes, PEAR style packages are obsolete in favor of namespaced packages handled by a global auto loader (typically Composer). What are the thoughts on removing the...
As mentioned in #188 this is a work in progress that requires more input from all parties involved. At the current moment, I've dropped support for PHP < 5.4, but...
[Enter steps to reproduce below:] 1. Just updated Atom (1.7.2 -> 1.7.3) and restarted. **Atom Version**: 1.7.3 **System**: Mac OS X 10.11.4 **Thrown From**: [minimap](https://github.com/atom-minimap/minimap) package, v4.23.5 ### Stack Trace...
The current task list has some artisan commands that don't apply to Lumen and will cause the deploy to fail. If we add a new flag that marks a project...
This project desperately is in need of tests. As I'm not a Ruby developer by trade, I'm unfamiliar with the proper way to write tests for a Capistrano plugin. At...
The phar file is the repository itself. Including it in the master branch is the same as including a duplicate of all the code, which is probably out of date....
Supervisord 4.0.0 dropped support for Python less than 2.7. CentOS 6 ships with 2.6, so install fails as it installs the latest version of supervisord by default via pip. Restricting...
PEAR naming convention dropped in favor of namespacing. Fixes #13 and #14. Replaces #23. ## Added - `Rakuten\WebService` namespace. - Development dependency on `phpunit/phpunit=~7.5`. ## Changed - Minimum supported PHP...
Not sure if this is the expected behavior or not to just fail instead of continue, but it seems that there is possibly some missing exception catching around unlinking of...