aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-05-29 14:40:01 +0200
committerGitHub <noreply@github.com>2019-05-29 14:40:01 +0200
commitecd54aa57ee769121374954b5e6c810d1c1e1171 (patch)
tree297e753bf38491cdce4360372ce298ab8060f3b6 /src/Wallabag/CoreBundle/Entity
parente9579d6de9ea99522e5905e8bb827e858c8da1fc (diff)
parent52e8d93248c6f47ccb98abc973fcd230b29fee6c (diff)
downloadwallabag-ecd54aa57ee769121374954b5e6c810d1c1e1171.tar.gz
wallabag-ecd54aa57ee769121374954b5e6c810d1c1e1171.tar.zst
wallabag-ecd54aa57ee769121374954b5e6c810d1c1e1171.zip
Merge pull request #3986 from wallabag/fix/scrutinizer-issues
Fix some Scrutinizer issues
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 1b4367fd..8637c62f 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -771,7 +771,7 @@ class Entry
771 } 771 }
772 772
773 /** 773 /**
774 * @return string 774 * @return string|null
775 */ 775 */
776 public function getUid() 776 public function getUid()
777 { 777 {