Skip to content

Commit 3329278

Browse files
[6.0] cs fixes
1 parent 315a7bc commit 3329278

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Controller/AbstractController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function setContainer(ContainerInterface $container): ?ContainerInterface
7070

7171
/**
7272
* Gets a container parameter by its name.
73-
*
74-
* @return array|bool|float|int|string|null
7573
*/
7674
protected function getParameter(string $name): array|bool|float|int|string|null
7775
{

KernelBrowser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public function getKernel(): KernelInterface
6262

6363
/**
6464
* Gets the profile associated with the current Response.
65-
*
66-
* @return HttpProfile|false|null
6765
*/
6866
public function getProfile(): HttpProfile|false|null
6967
{

Test/TestContainer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ public function getParameterBag(): ParameterBagInterface
6363

6464
/**
6565
* {@inheritdoc}
66-
*
67-
* @return array|bool|float|int|string|null
6866
*/
6967
public function getParameter(string $name): array|bool|float|int|string|null
7068
{

0 commit comments

Comments
 (0)