We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fb8e8 commit 0f08b16Copy full SHA for 0f08b16
service_container.rst
@@ -352,7 +352,7 @@ you can type-hint the new ``SiteUpdateManager`` class and use it::
352
353
class SiteController extends AbstractController
354
{
355
- public function new(SiteUpdateManager $siteUpdateManager)
+ public function new(SiteUpdateManager $siteUpdateManager): Response
356
357
// ...
358
0 commit comments