aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/AlreadySubscribedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Exceptions/AlreadySubscribedException.php')
-rw-r--r--app/Exceptions/AlreadySubscribedException.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Exceptions/AlreadySubscribedException.php b/app/Exceptions/AlreadySubscribedException.php
index 410784451..3802e7d65 100644
--- a/app/Exceptions/AlreadySubscribedException.php
+++ b/app/Exceptions/AlreadySubscribedException.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
class FreshRSS_AlreadySubscribed_Exception extends Exception {