diff options
| author | wn_ <invalid@email.com> | 2024-11-23 17:43:24 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-11-23 17:43:24 +0000 |
| commit | abcd0e8ba205aac8bd9006e99d783afc999af0af (patch) | |
| tree | 8635fcd5b239f18db5ff831c7ef21a290a8ac6d8 /backend.php | |
| parent | d4636716fb6e1879098823c2f037db5d8d3f24a0 (diff) | |
Use native union types in most places.
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 1 |
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); |