Skip to content

docs: fix typos and copy-paste errors in comments#26

Open
Avicennasis wants to merge 1 commit into
Cron:masterfrom
Avicennasis:docs/fix-typos
Open

docs: fix typos and copy-paste errors in comments#26
Avicennasis wants to merge 1 commit into
Cron:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 4 issues across 4 files:

  • CronCreateCommand.php: add missing closing parenthesis in help text string
  • CronRunCommand.php: fix "regardless the state" → "regardless of the state"
  • ShellStrategy.php: fix @file docstring — says Drupal\cron\Resolver\ShellStrategy but should be Drupal\cron\Strategy\ShellStrategy (wrong namespace, copy-paste from Resolver)
  • StrategyInterface.php: fix @file docstring — says Drupal\cron\Resolver\StrategyInterface but should be Drupal\cron\Strategy\StrategyInterface

No functional changes — comments and docstrings only.

- CronCreateCommand.php: add missing closing parenthesis in help text
- CronRunCommand.php: fix "regardless the" → "regardless of the"
- ShellStrategy.php: fix docstring namespace Resolver → Strategy
- StrategyInterface.php: fix docstring namespace Resolver → Strategy
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.

1 participant