10000 Typo : 'use' is expecting ',' or ';' · symfony/symfony-docs@a99bd68 · GitHub
[go: up one dir, main page]

Skip to content

Commit a99bd68

Browse files
Rom1deTroyesjaviereguiluz
authored andcommitted
Typo : 'use' is expecting ',' or ';'
`use` is expecting ',' or ';' : here, `;` seems a good choice :-)
1 parent a58731c commit a99bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ any other "work" you can think of.
260260
If you need a service in a controller, just type-hint an argument with its class
261261
(or interface) name. Symfony will automatically pass you the service you need::
262262

263-
use Psr\Log\LoggerInterface
263+
use Psr\Log\LoggerInterface;
264264
// ...
265265

266266
/**

0 commit comments

Comments
 (0)
0