Skip to content

Commit 209a9e0

Browse files
authored
Merge pull request #1012 from dreadnip/patch-1
Add missing return type
2 parents 22ddf06 + 6d0b831 commit 209a9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-fixtures-bundle/3.0/src/DataFixtures/AppFixtures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class AppFixtures extends Fixture
99
{
10-
public function load(ObjectManager $manager)
10+
public function load(ObjectManager $manager): void
1111
{
1212
// $product = new Product();
1313
// $manager->persist($product);

0 commit comments

Comments
 (0)