Skip to content

Commit 0f08b16

Browse files
mohamedGasmiixabbuh
authored andcommitted
[DependecyInjection] Added Uses & hints
1 parent 68fb8e8 commit 0f08b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ you can type-hint the new ``SiteUpdateManager`` class and use it::
352352

353353
class SiteController extends AbstractController
354354
{
355-
public function new(SiteUpdateManager $siteUpdateManager)
355+
public function new(SiteUpdateManager $siteUpdateManager): Response
356356
{
357357
// ...
358358

0 commit comments

Comments
 (0)