From 8ce32af61229eec8f4cc34b207273d47f60adc48 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 20 Aug 2015 07:53:55 +0200 Subject: CS We shouldn't forget to run `php-cs-fixer` time to time --- src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php | 4 ++-- src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php | 4 ++-- src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Wallabag/CoreBundle/DataFixtures') diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php index 3bb5c5f2..cb0c52c4 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php @@ -10,7 +10,7 @@ use Wallabag\CoreBundle\Entity\Config; class LoadConfigData extends AbstractFixture implements OrderedFixtureInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function load(ObjectManager $manager) { @@ -36,7 +36,7 @@ class LoadConfigData extends AbstractFixture implements OrderedFixtureInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getOrder() { diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php index 547d6753..6cd24d44 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php @@ -11,7 +11,7 @@ use Wallabag\CoreBundle\Entity\Tag; class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function load(ObjectManager $manager) { @@ -91,7 +91,7 @@ class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getOrder() { 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() { -- cgit v1.2.3