Skip to content

Commit 07f0cd4

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Typo : 'use' is expecting ',' or ';'
2 parents 33fdfd6 + 7efe04d commit 07f0cd4

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
@@ -195,7 +195,7 @@ any other "work" you can think of.
195195
If you need a service in a controller, type-hint an argument with its class
196196
(or interface) name. Symfony will automatically pass you the service you need::
197197

198-
use Psr\Log\LoggerInterface
198+
use Psr\Log\LoggerInterface;
199199
// ...
200200

201201
/**

0 commit comments

Comments
 (0)