10000 remove double required annotation + attribute · symfony/symfony@8e8772d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e8772d

Browse files
remove double required annotation + attribute
1 parent c301d9a commit 8e8772d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ abstract class AbstractController implements ServiceSubscriberInterface
5858
*/
5959
protected $container;
6060

61-
/**
62-
* @required
63-
*/
6461
#[Required]
6562
public function setContainer(ContainerInterface $container): ?ContainerInterface
6663
{

0 commit comments

Comments
 (0)
0