We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b02fa commit 8f839c0Copy full SHA for 8f839c0
src/Persistence/DataFixtures/AdminFixture.php
@@ -24,7 +24,7 @@ public function __construct(UserPasswordHasherInterface $passwordEncoder)
24
/**
25
* @param \Doctrine\Persistence\ObjectManager $manager
26
*/
27
- public function load(ObjectManager $manager)
+ public function load(ObjectManager $manager):void
28
{
29
$admin = new User();
30
$admin->setName('System Admin');
src/Persistence/DataFixtures/AppFixtures.php
@@ -7,7 +7,7 @@
7
8
class AppFixtures extends Fixture
9
10
11
12
// $product = new Product();
13
// $manager->persist($product);
0 commit comments