Completed
Pull Request — 2.3 (#3112)
by Thomas
07:36 queued 04:28
created
src/Wallabag/CoreBundle/Entity/Notification.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return mixed
101
+     * @return integer
102 102
      */
103 103
     public function getId()
104 104
     {
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @return mixed
109
+     * @return integer
110 110
      */
111 111
     public function getType()
112 112
     {
Please login to merge, or discard this patch.