summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/FeedEnclosure.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/classes/FeedEnclosure.php b/classes/FeedEnclosure.php
index 1e53de2e8..10dd2ae33 100644
--- a/classes/FeedEnclosure.php
+++ b/classes/FeedEnclosure.php
@@ -1,9 +1,9 @@
<?php
class FeedEnclosure {
- public string $link;
- public string $type;
- public string $length;
- public string $title;
- public string $height;
- public string $width;
+ public string $link = '';
+ public string $type = '';
+ public string $length = '';
+ public string $title = '';
+ public string $height = '';
+ public string $width = '';
}