]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
Replace http status with a string
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 31e594bf349f7f1aff92a9829b430e1d57d47a8f..3cf9ac1a3b061f2928350119bba0be128e66c431 100644 (file)
@@ -181,9 +181,9 @@ class Entry
     private $isPublic;
 
     /**
-     * @var int
+     * @var string
      *
-     * @ORM\Column(name="http_status", type="integer", nullable=true)
+     * @ORM\Column(name="http_status", type="text", nullable=true)
      *
      * @Groups({"entries_for_user", "export_all"})
      */