Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed casing of DecryptCommand class #1519

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

hostep
Copy link
Contributor

@hostep hostep commented Sep 4, 2024

Magerun pull-request check-list:

  • 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.
...

Copy link

github-actions bot commented Sep 4, 2024

Download the artifacts for this pull request:

@cmuench cmuench merged commit 20b8201 into netz98:develop Sep 6, 2024
17 checks passed
@cmuench
Copy link
Member

cmuench commented Sep 6, 2024

@hostep thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants