netz98 / n98-magerun2

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.
https://magerun.net
Other
870 stars 222 forks source link

Fixed casing of DecryptCommand class #1519

Closed hostep closed 3 weeks ago

hostep commented 1 month ago

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:

$ 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.
...
github-actions[bot] commented 1 month ago

Download the artifacts for this pull request:

cmuench commented 3 weeks ago

@hostep thx