Skip to content

Commit 936d276

Browse files
[DoctrineBridge] Add missing return type
1 parent 07ce0b6 commit 936d276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)