]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Change annotation for uuid field
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 24 Aug 2016 07:07:49 +0000 (09:07 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 24 Aug 2016 07:07:49 +0000 (09:07 +0200)
src/Wallabag/CoreBundle/Entity/Entry.php

index 8c20cde22e938d9df424d9b2c823540071386a64..67c2bb431eede30009f6078555af28d8351371a9 100644 (file)
@@ -38,7 +38,7 @@ class Entry
     private $id;
 
     /**
-     * @var int
+     * @var string
      *
      * @ORM\Column(name="uuid", type="text", nullable=true)
      *
@@ -606,7 +606,7 @@ class Entry
     }
 
     /**
-     * @return int
+     * @return string
      */
     public function getUuid()
     {
@@ -614,7 +614,7 @@ class Entry
     }
 
     /**
-     * @param int $uuid
+     * @param string $uuid
      *
      * @return Entry
      */