mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
Address PHPStan warnings for FeedEnclosure.
This commit is contained in:
parent
78acf18b70
commit
41b4eef504
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user