]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 21 Jan 2016 11:29:35 +0000 (12:29 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 31 Jan 2016 13:48:26 +0000 (14:48 +0100)
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php

index f6c85cf973f446a5b446a585ab9f43241fc95cf4..096f306f6d180db0605598a5abf0ae70a34af580 100644 (file)
@@ -274,7 +274,7 @@ class InstallCommand extends ContainerAwareCommand
             ],
             [
                 'name' => 'pocket_consumer_key',
-                'value' => NULL,
+                'value' => null,
                 'section' => 'import',
             ],
             [
index 863d28f50f13496735dfb324ca0a6787bf45322c..8e3c7b59f6faba5bf0adb9125810dc8dca22c96a 100644 (file)
@@ -72,7 +72,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
             ],
             [
                 'name' => 'pocket_consumer_key',
-                'value' => NULL,
+                'value' => null,
                 'section' => 'import',
             ],
             [
index 4ab6051b6a0056191896792b9c90a9024c5fbd3e..98017f43a62fda6565cf59f08172195b862c489a 100644 (file)
@@ -48,7 +48,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface
     private $supportUrl;
 
     /**
-     * Url for the wallabag instance.
+     * Url for the wallabag instance (only used for image in the HTML email template)
      *
      * @var string
      */