-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
ConsoleactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Description
Hi,
the part about the more semantic methods in The Console Component > Creating a basic Command > Verbosity Levels could include a small note:
The semantic methods (isQuiet
, isVerbose
, etc.) are only defined in the implementation class, not the interface. So if you typehint against the interface (as you should), your IDE will complain about missing methods.
Maybe a small note there would clear that up? Or is it not necessary? What do you think?
Metadata
Metadata
Assignees
Labels
ConsoleactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)hasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.