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.
2 parents d26a9e5 + c87739b commit 7098e87Copy full SHA for 7098e87
cookbook/console/logging.rst
@@ -34,7 +34,7 @@ container and use it to do the logging::
34
use Symfony\Component\Console\Input\InputInterface;
35
use Symfony\Component\Console\Input\InputOption;
36
use Symfony\Component\Console\Output\OutputInterface;
37
- use \Psr\Log\LoggerInterface;
+ use Psr\Log\LoggerInterface;
38
39
class GreetCommand extends ContainerAwareCommand
40
{
0 commit comments