Deal with FeedEnclosure property accessed before initialization.
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user