diff options
Diffstat (limited to 'app/Exceptions/FeedNotAddedException.php')
| -rw-r--r-- | app/Exceptions/FeedNotAddedException.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Exceptions/FeedNotAddedException.php b/app/Exceptions/FeedNotAddedException.php index b10e93f05..4676c8eb3 100644 --- a/app/Exceptions/FeedNotAddedException.php +++ b/app/Exceptions/FeedNotAddedException.php @@ -2,8 +2,7 @@ class FreshRSS_FeedNotAdded_Exception extends Exception { - /** @var string */ - private $url = ''; + private string $url = ''; public function __construct(string $url) { parent::__construct('Feed not added! ' . $url, 2147); |
