]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/Comment.php
Minor capitalisation fix for Estonian
[bookstack] / app / Actions / Comment.php
index ef390939e2fe7f65c98a151364ced89788294864..34fd84709ec1d746bd84c2de87854a3845743b01 100644 (file)
@@ -7,10 +7,11 @@ use BookStack\Traits\HasCreatorAndUpdater;
 use Illuminate\Database\Eloquent\Relations\MorphTo;
 
 /**
- * @property string text
- * @property string html
- * @property int|null parent_id
- * @property int local_id
+ * @property int      $id
+ * @property string   $text
+ * @property string   $html
+ * @property int|null $parent_id
+ * @property int      $local_id
  */
 class Comment extends Model
 {