8000 bug #48874 [FrameworkBundle] remove double required annotation + attr… · symfony/symfony@0622750 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0622750

Browse files
committed
bug #48874 [FrameworkBundle] remove double required annotation + attribute (alexislefebvre)
This PR was merged into the 6.3 branch. Discussion ---------- [FrameworkBundle] remove double required annotation + attribute | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #48792 (checked with [this reproducer](#48792 (comment))) | License | MIT | Doc PR | no Annotation and attribute were kept: #45680 (comment) To my understanding, it's not necessary since #48810 Alternative to #48868 Commits ------- 8e8772d remove double required annotation + attribute
2 parents 4adb375 + 8e8772d commit 0622750

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