aboutsummaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-11-24 06:36:58 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-11-24 06:36:58 +0000
commit7892b412348c03f2b6733a326776a47d980fd7f6 (patch)
tree8635fcd5b239f18db5ff831c7ef21a290a8ac6d8 /backend.php
parentd4636716fb6e1879098823c2f037db5d8d3f24a0 (diff)
parentabcd0e8ba205aac8bd9006e99d783afc999af0af (diff)
Merge branch 'feature/php8-union-types' into 'master'
Use native union types in most places. See merge request tt-rss/tt-rss!80
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 762557956..f54ad87d3 100644
--- a/backend.php
+++ b/backend.php
@@ -120,7 +120,6 @@
}
if ($override) {
- /** @var Plugin|IHandler|ICatchall $handler */
$handler = $override;
} else {
$reflection = new ReflectionClass($op);