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