Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a99bd68

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎controller.rst

Copy file name to clipboardExpand all lines: controller.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.