We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2908ad2 commit 00aa66aCopy full SHA for 00aa66a
src/Command/BaseLoggingCommand.php
@@ -26,7 +26,7 @@ abstract class BaseLoggingCommand extends Command
26
private Logging $logging;
27
28
/**
29
- * MUST BE CALLED after __construct(), as service extends this base class may use depedendency injection
+ * MUST BE CALLED after __construct(), as service extends this base class may use dependency injection
30
*
31
* With `Laminas\ServiceManager`, you don't need to do anything \m/, there is `initializers` config already for it.
32
*/
0 commit comments