aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ImportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ImportService.php')
-rw-r--r--app/Services/ImportService.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php
index b70627295..9b013fea4 100644
--- a/app/Services/ImportService.php
+++ b/app/Services/ImportService.php
@@ -4,14 +4,13 @@
* Provide methods to import files.
*/
class FreshRSS_Import_Service {
- /** @var FreshRSS_CategoryDAO */
- private $catDAO;
- /** @var FreshRSS_FeedDAO */
- private $feedDAO;
+ private FreshRSS_CategoryDAO $catDAO;
- /** @var bool true if success, false otherwise */
- private $lastStatus;
+ private FreshRSS_FeedDAO $feedDAO;
+
+ /** true if success, false otherwise */
+ private bool $lastStatus;
/**
* Initialize the service for the given user.