Skip to content

Commit 40d4af4

Browse files
committed
clean up
1 parent b1e15ab commit 40d4af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/BaseLoggingCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract class BaseLoggingCommand extends Command
2929
private ?OutputInterface $output = null;
3030

3131
/**
32-
* Called after __construct(), as service extends this base class may use depedendency injection
32+
* MUST BE CALLED after __construct(), as service extends this base class may use depedendency injection
3333
*
3434
* With `Laminas\ServiceManager`, you don't need to do anything \m/, there is `initializers` config already for it.
3535
*/

0 commit comments

Comments
 (0)