The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time. All commands are extendable by a module API.
[x] Pull request against develop branch (if not, just close and create a new one against it)
[ ] README.md reflects changes (if any)
[ ] phar fuctional test (in tests/phar-test.sh)
Summary: (some words as summary)
Fixed a typo in the class name
Changes proposed in this pull request:
Fixed typo, so composer's optimised autoloader no longer complains:
$ composer dump-autoload -o
Generating optimized autoload files
Class N98\Magento\Command\Developer\decryptCommand located in ./src/N98/Magento/Command/Developer/DecryptCommand.php does not comply with psr-4 autoloading standard (rule: N98\ => ./src/N98). Skipping.
...
Magerun pull-request check-list:
Summary: (some words as summary)
Fixed a typo in the class name
Changes proposed in this pull request:
Fixed typo, so composer's optimised autoloader no longer complains: