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 b1e15ab commit 40d4af4Copy full SHA for 40d4af4
src/Command/BaseLoggingCommand.php
@@ -29,7 +29,7 @@ abstract class BaseLoggingCommand extends Command
29
private ?OutputInterface $output = null;
30
31
/**
32
- * 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 depedendency injection
33
*
34
* With `Laminas\ServiceManager`, you don't need to do anything \m/, there is `initializers` config already for it.
35
*/
0 commit comments