X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FORM%2FLoadUserData.php;h=1c7f9dfae03947c19f7d2f2d2ea2d4d2118ddddc;hb=8ce32af61229eec8f4cc34b207273d47f60adc48;hp=d99412f482e906f7be584716d5cee81e90c5f0a7;hpb=34437f408c5b7b590aded6795d7ce01bfbfc7711;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php index d99412f4..1c7f9dfa 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php @@ -10,7 +10,7 @@ use Wallabag\CoreBundle\Entity\User; class LoadUserData extends AbstractFixture implements OrderedFixtureInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function load(ObjectManager $manager) { @@ -38,7 +38,7 @@ class LoadUserData extends AbstractFixture implements OrderedFixtureInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getOrder() {