8000 minor #54251 [DoctrineBridge] Add missing return type (alexandre-daub… · symfony/symfony@fee2dfc · GitHub
[go: up one dir, main page]

Skip to content

Commit fee2dfc

Browse files
minor #54251 [DoctrineBridge] Add missing return type (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [DoctrineBridge] Add missing return type | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT When working on PHP 8.4 Symfony compatibility, I came across [this deprecation notice](https://github.com/symfony/symfony/actions/runs/8249271128/job/22561311895?pr=54250#step:7:245). This PR fixes it. Commits ------- 66cf5cb [DoctrineBridge] Add missing return type
2 parents 6b550a1 + 66cf5cb commit fee2dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/Fixtures/ContainerAwareFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function setContainer(ContainerInterface $container = null)
2525
$this->container = $container;
2626
}
2727

28-
public function load(ObjectManager $manager)
28+
public function load(ObjectManager $manager): void
2929
{
3030
}
3131
}

0 commit comments

Comments
 (0)
0