8000 [DoctrineBridge] Add missing return type · symfony/symfony@66cf5cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 66cf5cb

Browse files
[DoctrineBridge] Add missing return type
1 parent 6b550a1 commit 66cf5cb

File tree

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