Skip to content

Commit 841b6ed

Browse files
seb-jeanjrushlow
authored andcommitted
Update Fixtures.tpl.php
1 parent 168befd commit 841b6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/doctrine/Fixtures.tpl.php

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

88
class <?= $class_name ?> 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)