Skip to content

Commit

Permalink
Typo : 'use' is expecting ',' or ';'
Browse files Browse the repository at this point in the history
`use` is expecting ',' or ';' : here, `;` seems a good choice :-)
  • Loading branch information
Rom1deTroyes authored and javiereguiluz committed Feb 26, 2019
1 parent a58731c commit a99bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ any other "work" you can think of.
If you need a service in a controller, just type-hint an argument with its class
(or interface) name. Symfony will automatically pass you the service you need::

use Psr\Log\LoggerInterface
use Psr\Log\LoggerInterface;
// ...

/**
Expand Down

0 comments on commit a99bd68

Please sign in to comment.