diff options
Diffstat (limited to 'app/Exceptions/AlreadySubscribedException.php')
| -rw-r--r-- | app/Exceptions/AlreadySubscribedException.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Exceptions/AlreadySubscribedException.php b/app/Exceptions/AlreadySubscribedException.php index c2b11d3a0..410784451 100644 --- a/app/Exceptions/AlreadySubscribedException.php +++ b/app/Exceptions/AlreadySubscribedException.php @@ -2,8 +2,7 @@ class FreshRSS_AlreadySubscribed_Exception extends Exception { - /** @var string */ - private $feedName = ''; + private string $feedName = ''; public function __construct(string $url, string $feedName) { parent::__construct('Already subscribed! ' . $url, 2135); |
