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 e556d26 commit c6ae8e5Copy full SHA for c6ae8e5
logging/monolog_console.rst
@@ -42,7 +42,6 @@ The example above could then be rewritten as::
42
use Symfony\Component\Console\Command\Command;
43
use Symfony\Component\Console\Input\InputInterface;
44
use Symfony\Component\Console\Output\OutputInterface;
45
- // ...
46
47
class YourCommand extends Command
48
{
@@ -56,7 +55,6 @@ The example above could then be rewritten as::
56
55
protected function execute(InputInterface $input, OutputInterface $output)
57
58
$this->logger->debug('Some info');
59
60
$this->logger->notice('Some more info');
61
}
62
0 commit comments