mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 21:55:56 +00:00
Address PHPStan warnings for FeedEnclosure.
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
<?php
|
||||
class FeedEnclosure {
|
||||
/** @var string */
|
||||
public $link;
|
||||
|
||||
/** @var string */
|
||||
public $type;
|
||||
|
||||
/** @var string */
|
||||
public $length;
|
||||
|
||||
/** @var string */
|
||||
public $title;
|
||||
|
||||
/** @var string */
|
||||
public $height;
|
||||
|
||||
/** @var string */
|
||||
public $width;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user